RE: turning off logging

2002-08-20 Thread Luca Morandini

Fernando,

Change the log level from DEBUG to ERROR in logkit.xconf (and take a look at the 
mail archives, this has been answered many
times over).

Best regards,

-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-


 -Original Message-
 From: Fernando Padilla [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, August 20, 2002 6:11 PM
 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]




RE: turning off logging

2002-08-20 Thread Lai, Harry

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]




RE: turning off logging

2002-08-20 Thread Fernando Padilla

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]