Re: Clarification regarding JULI logger

2012-01-17 Thread Parthiban P
Thanks for your reply. Probably I have not explained my requirement clearly. Here is my actual usecase ... We have our own server implementation and by default we enable only INFO level logs to be logged. In some cases, dynamically we need to change this logger level from INFO to FINER (may be

Clarification regarding JULI logger

2012-01-13 Thread Parthiban P
Dear Team, We are using TOMCAT-JULI logger for logging purpose in our application. We bundle tomcat(6.0.28) in our product and start the tomcat when our product is started (i.e. we start tomcat from our product-startup-code). For debugging purpose our application needs to change the Logger

Re: Clarification regarding JULI logger

2012-01-13 Thread Pid
On 13/01/2012 11:04, Parthiban P wrote: Dear Team, We are using TOMCAT-JULI logger for logging purpose in our application. We bundle tomcat(6.0.28) in our product and start the tomcat when our product is started (i.e. we start tomcat from our product-startup-code). For debugging purpose