On Feb 4, 2008, at 2:44 PM, Beth Hechanova wrote:
Is there something specific to using the TRACE level logging and the
filters? What I have now is my lcd.log set to deny ERROR and INFO
messages (there are no FATAL or WARN messages logged anywhere) and to
accept DEBUG and TRACE messages. I see debug messages in the lcd.log,
but no trace messages, even though there are places in the application
logging via trace().
For completeness, here is my xml config file: (I have also tried
setting the threshold to TRACE in the lcd.log, but that had no
effect).
Beth
Trace was added in log4j 1.2.12 and had some bugs that were fixed in
log4j 1.2.13. Also, commons-logging had trace before log4j and would
just change all commons.logging trace calls to log4j debug calls.
Later versions on commons logging are aware that log4j added trace and
will detect and use it when available.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]