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

Rainer Meier <r.me...@wpkg.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |r.me...@wpkg.org
         Resolution|                            |WONTFIX

--- Comment #1 from Rainer Meier <r.me...@wpkg.org>  ---
The lines mentioned will not be printed since log level 0xFF applies only to
log entries printed after the package XML has been loaded. The lines mentioned
in the report are printed before profile.xml is loaded and therefore cannot be
affected by log levels set in profile.xml.

Logs printed by WPKG before reading XML files finishes will be performed using
the global log level. It's pretty unlikely anyway that you need debug level on
such basic initialization so I recommend to put the global log level to info in
config.xml and and enable higher log levels in profiles as needed (exactly the
way you did it). But for sure this way you won't get debug message on
initialization taking place before the log level applied by host or profile is
read.

-- 
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 archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to