Re: tomcat 6 degugging with JULI

2014-05-02 Thread Christopher Schultz
f INFO? - -chris > From: Konstantin Kolinko > [knst.koli...@gmail.com] Sent: Friday, May 02, 2014 10:17 AM To: > Tomcat Users List Subject: Re: tomcat 6 degugging with JULI > > 2014-05-02 17:41 GMT+04:00 Roman, John D. : >> Greetings, Im currently trying to de

RE: tomcat 6 degugging with JULI

2014-05-02 Thread Roman, John D.
: Friday, May 02, 2014 10:17 AM To: Tomcat Users List Subject: Re: tomcat 6 degugging with JULI 2014-05-02 17:41 GMT+04:00 Roman, John D. : > Greetings, > Im currently trying to debug an application in Tomcat 6.0.33. mod_jk is > being used as well. > statements like LOGGER.finest(&quo

Re: tomcat 6 degugging with JULI

2014-05-02 Thread Konstantin Kolinko
2014-05-02 17:41 GMT+04:00 Roman, John D. : > Greetings, > Im currently trying to debug an application in Tomcat 6.0.33. mod_jk is > being used as well. > statements like LOGGER.finest("Logging an INFO-level message"); should log > to catalina.out, however they are not. > > Am I missing somethi

tomcat 6 degugging with JULI

2014-05-02 Thread Roman, John D.
Greetings, Im currently trying to debug an application in Tomcat 6.0.33. mod_jk is being used as well. statements like LOGGER.finest("Logging an INFO-level message"); should log to catalina.out, however they are not. Am I missing something?