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 restar

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

2010-12-01 Thread Jorge Medina
: > > >> -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 >> >> Hopeful

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 cu

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

2010-12-01 Thread Mark Eggers
Sent: Wed, December 1, 2010 11:59:28 AM Subject: Modifying logging levels logged in catalina.out at runtime 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. Bu

Modifying logging levels logged in catalina.out at runtime

2010-12-01 Thread Jason Pyeron
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 tomcat? We are using java.util.logging on tomca