You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Pieper, Bryan (Corporate)" <Br...@conagrafoods.com> on 2004/08/06 22:38:06 UTC

digester logging

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.

Thanks,
Bryan Pieper


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: digester logging

Posted by Craig McClanahan <cr...@gmail.com>.
On Fri, 6 Aug 2004 15:38:06 -0500, Pieper, Bryan (Corporate)
<br...@conagrafoods.com> 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org