You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2008/11/20 07:31:29 UTC

DO NOT REPLY [Bug 46248] Log4j content is empty

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


Curt Arnold <ca...@apache.org> changed:

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




--- Comment #1 from Curt Arnold <ca...@apache.org>  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: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org