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

-----Original Message-----
From: Fernando Padilla [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 20, 2002 11:11 AM
To: [EMAIL PROTECTED]
Subject: turning off logging




Hello.

LogKit seems to be continuously outputting log messages - like the ones
below -, even though I have tried to turn off all logging ( to avoid using
up the diskspace at our hosting provider ).

Has anyone run into this?  Any ideas of how to ask LogKit to please not 
tell me everytime that it's thinking about logging?  Thank you very much.

Fernando





2002-08-19 17:24:31 DEBUG   (2002-08-19) 17:24.31:802   [        ] 
(/aoltweurope/en/regions.html) Thread-4/LogKitLogger: Logger for category 
sitemap.serializer.xml returned
 
2002-08-19 17:24:31 DEBUG   (2002-08-19) 17:24.31:804   [        ] 
(/aoltweurope/en/regions.html) Thread-4/LogKitLogger: Logger for category 
sitemap.serializer.xml returned
 
2002-08-19 17:24:31 DEBUG   (2002-08-19) 17:24.31:813   [        ] 
(/aoltweurope/en/regions.html) Thread-4/LogKitLogger: Logger for category 
sitemap.serializer.xml returned
 
2002-08-19 17:24:31 DEBUG   (2002-08-19) 17:24.31:815   [        ] 
(/aoltweurope/en/regions.html) Thread-4/LogKitLogger: Logger for category 
sitemap.serializer.xml returned
 
2002-08-19 17:24:31 DEBUG   (2002-08-19) 17:24.31:901   [        ] 
(/aoltweurope/en/regions.html) Thread-4/LogKitLogger: Logger for category 
sitemap.serializer.xml returned
 
2002-08-19 17:24:31 DEBUG   (2002-08-19) 17:24.31:903   [        ] 
(/aoltweurope/en/regions.html) Thread-4/LogKitLogger: Logger for category 
sitemap.serializer.xml returned
 
2002-08-19 17:24:31 DEBUG   (2002-08-19) 17:24.31:926   [        ] 
(/aoltweurope/en/regions.html) Thread-4/LogKitLogger: Logger for category 
sitemap.serializer.xml returned
 
2002-08-19 17:24:31 DEBUG   (2002-08-19) 17:24.31:928   [        ] 
(/aoltweurope/en/regions.html) Thread-4/LogKitLogger: Logger for category 
sitemap.serializer.xml returned
 
2002-08-19 17:24:31 DEBUG   (2002-08-19) 17:24.31:971   [        ] 
(/aoltweurope/en/regions.html) Thread-4/LogKitLogger: Logger for category 
sitemap.serializer.xml returned
 
2002-08-19 17:24:31 DEBUG   (2002-08-19) 17:24.31:973   [        ] 
(/aoltweurope/en/regions.html) Thread-4/LogKitLogger: Logger for category 
sitemap.serializer.xml returned





---------------------------------------------------------------------
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]>

---------------------------------------------------------------------
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