Re: Modifying logging levels logged in catalina.out at runtime

2010-12-02 Thread Pid
On 12/1/10 7:59 PM, Jason Pyeron wrote: This may be slightly off-topic. I'll start off with I know how to do this from inside the webapp's code and how to do it by modifing properties files on the system at tomcat startup. But how can it be done from outside the webapp with out restarting

Re: Modifying logging levels logged in catalina.out at runtime

2010-12-01 Thread Mark Eggers
Hopefully you're not creating custom logging levels. Creating custom logging levels is the classic way to create classloader leaks. See the following as an example: http://blogs.sun.com/fkieviet/entry/classloader_leaks_the_dreaded_java You can create a logging.properties file and place it in

RE: Modifying logging levels logged in catalina.out at runtime

2010-12-01 Thread Jason Pyeron
-Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Wednesday, December 01, 2010 15:20 To: Tomcat Users List Subject: Re: Modifying logging levels logged in catalina.out at runtime Hopefully you're not creating custom logging levels. Creating Nope

Re: Modifying logging levels logged in catalina.out at runtime

2010-12-01 Thread Jorge Medina
wrote: -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: Wednesday, December 01, 2010 15:20 To: Tomcat Users List Subject: Re: Modifying logging levels logged in catalina.out at runtime Hopefully you're not creating custom logging levels. Creating Nope