[wpkg-users] [Bug 79] Major WPKG enhancements, remote logging, doc, internal restructuring

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Mon Nov 5 16:09:33 CET 2007


http://bugzilla.wpkg.org/show_bug.cgi?id=79





--- Comment #4 from Rainer Meier <skybeam at users.sourceforge.net>  2007-11-05 16:09:25 ---
Thanks Falko for your comments.

* I am sorry for the line feeds. I edited the script with JSEclipse Eclipse
plugin. Additionally I used UltraEdit to convert linefeeds from Unix to DOS
which usually should make sure it contains only DOS (CR/LF) linefeeds. Sorry
for that - I will check and fix that ASAP.

* Zombies are not uninstalled but if a zombie is neither listed within
packages.xml nor referenced within the profiles.xml it should be removed.

* You're right about the logfile. Due to the fact that dinfo() is filtering
messages by itself (instead of just forwarding to log()) debug messages are
omitted from both (event log and log file. This is a very easy change. I will
remove the isDebug() check from dinfo() and implement the filter within the
log() function.
This allows setting of independent log level for log files and event log. Even
without having to extend the configuration:
/debug will enable debug logging to event log
/logLevel:<x> will set the log file detail level, setting it to 16 logs debug
messages even if /debug is not enabled).


Additionally I found another bug I would like to fix today:
- I deocumented that [PROFILE] could be used withing the log file pattern but I
did not actually implement it - sorry for that. I will add it.

- Additionally I need to fix a loop where logging within the log file opening
procedure (at getLogFile()) causes an infinite loop. This is not a blocker but
should be addressed. I will have a look.

More comments welcome.


-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users



More information about the wpkg-users mailing list