DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42647>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42647


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Additional Comments From [EMAIL PROTECTED]  2007-07-25 11:20 -------
o yeah, forgot to mention I'm using log4j 1.2.14 on linux with sun jvm 1.5.

Steps to reproduce:

1. set log level to ALL in config
2. run sample code below
        Log logger = Logger.getRootLogger();
        logger.trace("Trace Logging enabled.");
        logger.debug("Debug Logging enabled.");
        logger.info("Info Logging enabled.");
        logger.warn("Warn Logging enabled.");
        logger.error("Error Logging enabled.");
        logger.fatal("Fatal Logging enabled.");
3. view log
4. Set Log level to DEBUG in config
5. re-run sample code
6. view log

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

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

Reply via email to