Hi, and thanks for answering

> 1. Go through server.xml and make sure the various debug="x" statements
> are set to debug="0".

Except for the JDBC, all were at 0. The JDBC were at 99, and I've set them
to 0 now. I still get heaps of messages like
"DEBUG [main - characters] org.apache.commons.digester.Digester.sax -
characters(true)"

> 2. I didn't see a level for the root logger, and I think the log4j
> version is DEBUG.  Do you programmatically specify the root logger level
> for some other reason?  It's a good idea to have the root logger level

Sorry, I'm not to sure what you mean. When I'm writing, I mainly do a
logger.debug("blah blah" + someValueString)

So yes, I want to keep the DEBUG level. However, most of TomCat's info
comes at DEBUG level, and this is the information that I want to get rid
of. I don't think that raising the level to WARN is a good idea as this is
not warnings but debugging messages. WARNings should be kept warnings. :)

Cheers

   Nik


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

Reply via email to