On Fri, 6 Aug 2004 15:38:06 -0500, Pieper, Bryan (Corporate)
<[EMAIL PROTECTED]> wrote:
> Hello,
> 
> As a possible future enhancement, it would be very helpful to have all of the XML 
> document parsing output set to the TRACE log level.  This logging gets in the way of 
> everything when reviewing log output at a debug level.

Are you talking about the detailed SAX event messages?  That is the
main reason that there are *two* loggers in Digester ... one for the
higher level events (org.apache.commons.digester.Digester) and one for
the SAX parsing events (org.apache.commons.digester.Digester.sax). 
The granularity of the two loggers can be set independently of each
other using your logging implementation's standard configuration
facilities.

> 
> Thanks,
> Bryan Pieper
> 

Craig

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

Reply via email to