On Tue, 20 Aug 2002, Lai, Harry wrote:

> Hi Fernando,
> 
> I ran into this same problem a little bit ago, and I solved it by setting
> the log-level in the web.xml settings for the Cocoon servlet.  The default
> in there is DEBUG, and I just moved it up to INFO just to avoid the logger
> created/returned messages.
> 
> As for why that works, I _think_ it's because these messages are generated
> with no LogKit category specified, so they don't match any of the category
> matchers in the logkit.xconf file.  As such, they default to whatever
> log-level filter is specified in the web.xml file.  If someone else can
> confirm or correct this explanation, that'd be much appreciated.  =)
> Thanks!
> 
> Harry

Thank you Thank you Thank you Harry.

This exactly took care of it.  I had already setting the logkit.xconf to 
ERROR, but these pesky messages were still being printed.

Thank you.

fernando


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to