[wpkg-users] [Bug 205] logLevel setting has inconsistent behaviour
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Sun Jul 3 22:39:36 CEST 2011
http://bugzilla.wpkg.org/show_bug.cgi?id=205
Rainer Meier <r.meier at wpkg.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |r.meier at wpkg.org
Resolution| |WONTFIX
--- Comment #1 from Rainer Meier <r.meier at 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.
More information about the wpkg-users
mailing list