Re: Tomcat 6; getting logging to work

2009-01-07 Thread juan.velez
, \ java.util.logging.ConsoleHandler Filip Hanik - Dev Lists wrote: > > have you defined > > 6mmi.org.apache.juli.FileHandler > > I don't see that in your addition > > Filip > > juan.velez wrote: >> I followed the directions in that link >> (http://tomcat

Re: Tomcat 6; getting logging to work

2009-01-07 Thread juan.velez
I followed the directions in that link (http://tomcat.apache.org/tomcat-6.0-doc/logging.html) and my logging messages still do not show up. I mean, I see the INFO messages generated by my web-app but if I change the level to FINE (or FINEST) I do not see it. I am using Tomcat 6.0.18 and Java Util