Re: Tomcat Logging level change

2011-06-23 Thread Roshni Basu
well using that LogManager etc. Could you help me? Konstantin Kolinko wrote: > > 2011/6/22 Roshni Basu : >> >>  Tomcat version is 6.0.9. > > You know, 6.0.32 is out there... > http://tomcat.apache.org/security-6.html > >> Here is my snippet

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
So what exactly I can use to make it work in 6.0.9? Konstantin Kolinko wrote: > > 2011/6/22 Roshni Basu : >> >>  Tomcat version is 6.0.9. > > You know, 6.0.32 is out there... > http://tomcat.apache.org/security-6.html > >> Here is my snippet

RE: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
Its working fine when I set to "Fine". In catalina.out i can see "fine" and "info" logs butwhen I set to warning, even info level logs appear. n828cl wrote: > >> From: Roshni Basu [mailto:roshni...@gmail.com] >> Subject: Re: Tomcat Logging level cha

RE: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
Application is running on tomcat. n828cl wrote: > >> From: Roshni Basu [mailto:roshni...@gmail.com] >> Subject: Re: Tomcat Logging level change > >> I just run it when I need to change the log level. > > (This is like pulling teeth.) You're providing vir

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
Basically I have an web application running on tomcat. Mark Thomas wrote: > > On 22/06/2011 16:16, Roshni Basu wrote: >> >> I have created a java file. And running this. Could you elaborate what >> exactly you want to know? > > I want to know how this code is be

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
I just run it when I need to change the log level. Mark Thomas wrote: > > On 22/06/2011 16:16, Roshni Basu wrote: >> >> I have created a java file. And running this. Could you elaborate what >> exactly you want to know? > > I want to know how this code is be

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
I have created a java file. And running this. Could you elaborate what exactly you want to know? Mark Thomas wrote: > > On 22/06/2011 16:03, Roshni Basu wrote: >> >> Tomcat version is 6.0.9. >> Here is my snippet of code: >> >> LogManager l

Re: Tomcat Logging level change

2011-06-22 Thread Roshni Basu
.WARNING); } logger.setLevel(Level.WARNING); } } Konstantin Kolinko wrote: > > 2011/6/22 Roshni Basu : >> >> I am changing the log level of tomcat to Level.WARNING. In this case I'm >> trying to restart tomcat and see the logs, I can see the info level logs >

Tomcat Logging level change

2011-06-22 Thread Roshni Basu
Hi, I am changing the log level of tomcat to Level.WARNING. In this case I'm trying to restart tomcat and see the logs, I can see the info level logs like "INFO: Server startup in 50516 ms" . I guess info level logs should not appear if log level set to warning. Kindly let me know how exactly it