https://issues.apache.org/bugzilla/show_bug.cgi?id=46248


Curt Arnold <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Curt Arnold <[EMAIL PROTECTED]>  2008-11-19 22:31:28 PST ---
Usage questions should be asked in log4j-user.  Marking as invalid.

The line:

log4j.logger.Level=DEBUG

sets the threshold of the logger named "Level" to debug.  Unless the logger
that you used is named "Level" or a descendant ("Level.foobar", etc), then the
WARN threshold set on the root logger will take precedent.  You do not show how
the variable "logger" in initialized in your testing code, but I'm guessing it
does not look like:

Logger logger = Logger.getLogger("Level");


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to