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





--- Comment #4 from Rainer Meier <[EMAIL PROTECTED]>  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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to