RE: Tomcat logging properties

2008-09-10 Thread Caldarale, Charles R
> From: Brian Clark [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat logging properties
>
> Yep, read through that, but it didn't tell me what those
> directives actually mean. Anyone have anything else?

They specify logging levels for those specific classes, overriding any more 
generic settings.

The FAQ has some good information with links to more detailed docs:
http://wiki.apache.org/tomcat/FAQ/Logging

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat logging properties

2008-09-10 Thread Bill Barker
These are examples for changing the logging level on a sample of Tomcat 
internal components (which generally use the class name as the category). 
Not really useful unless you're trying to track down a bug in Tomcat itself.

"Brian Clark" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Yep, read through that, but it didn't tell me what those directives 
> actually mean. Anyone have anything else?
>
>
>
> - Original Message 
> From: Yassine <[EMAIL PROTECTED]>
> To: Tomcat Users List 
> Sent: Wednesday, September 10, 2008 8:17:01 PM
> Subject: Re: Tomcat logging properties
>
> have a look here if you still need more info
> http://tomcat.apache.org/tomcat-6.0-doc/logging.html
>
>
> On Thu, Sep 11, 2008 at 2:10 AM, Brian Clark <[EMAIL PROTECTED]> 
> wrote:
>> At the bottom of my Tomcat 6.0.16 logging.properties file, I have the 
>> following entries:
>> #org.apache.catalina.startup.ContextConfig.level = FINE
>> #org.apache.catalina.startup.HostConfig.level = FINE
>> #org.apache.catalina.session.ManagerBase.level = FINE
>> #org.apache.catalina.core.AprLifecycleListener.level=FINE
>>
>> Aside from being commented out at the moment, I don't really know what 
>> these do. I couldn't find any documentation on them. Can someone point me 
>> to something that explains what these things might log? I'm struggling 
>> with an application issue, and my current logs and logging levels aren't 
>> showing me much.
>>
>> Thanks,
>> Brian
>>
>>
>>
>>
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> 




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat logging properties

2008-09-10 Thread Brian Clark
Yep, read through that, but it didn't tell me what those directives actually 
mean. Anyone have anything else?



- Original Message 
From: Yassine <[EMAIL PROTECTED]>
To: Tomcat Users List 
Sent: Wednesday, September 10, 2008 8:17:01 PM
Subject: Re: Tomcat logging properties

have a look here if you still need more info
http://tomcat.apache.org/tomcat-6.0-doc/logging.html


On Thu, Sep 11, 2008 at 2:10 AM, Brian Clark <[EMAIL PROTECTED]> wrote:
> At the bottom of my Tomcat 6.0.16 logging.properties file, I have the 
> following entries:
> #org.apache.catalina.startup.ContextConfig.level = FINE
> #org.apache.catalina.startup.HostConfig.level = FINE
> #org.apache.catalina.session.ManagerBase.level = FINE
> #org.apache.catalina.core.AprLifecycleListener.level=FINE
>
> Aside from being commented out at the moment, I don't really know what these 
> do. I couldn't find any documentation on them. Can someone point me to 
> something that explains what these things might log? I'm struggling with an 
> application issue, and my current logs and logging levels aren't showing me 
> much.
>
> Thanks,
> Brian
>
>
>
>

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

Re: Tomcat logging properties

2008-09-10 Thread Yassine
have a look here if you still need more info
http://tomcat.apache.org/tomcat-6.0-doc/logging.html


On Thu, Sep 11, 2008 at 2:10 AM, Brian Clark <[EMAIL PROTECTED]> wrote:
> At the bottom of my Tomcat 6.0.16 logging.properties file, I have the 
> following entries:
> #org.apache.catalina.startup.ContextConfig.level = FINE
> #org.apache.catalina.startup.HostConfig.level = FINE
> #org.apache.catalina.session.ManagerBase.level = FINE
> #org.apache.catalina.core.AprLifecycleListener.level=FINE
>
> Aside from being commented out at the moment, I don't really know what these 
> do. I couldn't find any documentation on them. Can someone point me to 
> something that explains what these things might log? I'm struggling with an 
> application issue, and my current logs and logging levels aren't showing me 
> much.
>
> Thanks,
> Brian
>
>
>
>

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat logging properties

2008-09-10 Thread Brian Clark
At the bottom of my Tomcat 6.0.16 logging.properties file, I have the following 
entries:
#org.apache.catalina.startup.ContextConfig.level = FINE
#org.apache.catalina.startup.HostConfig.level = FINE
#org.apache.catalina.session.ManagerBase.level = FINE
#org.apache.catalina.core.AprLifecycleListener.level=FINE

Aside from being commented out at the moment, I don't really know what these 
do. I couldn't find any documentation on them. Can someone point me to 
something that explains what these things might log? I'm struggling with an 
application issue, and my current logs and logging levels aren't showing me 
much. 

Thanks,
Brian