Use log4j. It is highly configuarble and very easy to use and you can control exactly how verbose the logging is. Its available at http://jakarta.apache.org
Dave Patton On Sun, 2002-10-20 at 23:15, [EMAIL PROTECTED] wrote: > Hi all. > I am trying to debug some of my JAVA programs. > $CATALINA_HOME/logs/cacophonix_access_log.<date> has this consistent > message : > 192.168.100.8 -- [<date/time stamp>] "POST > saysit/servlet/RemotedemoServer HTTP/1.1" 500 3919 > catalina.out has more info, but only those that I embed in the > java-programs for System.out.println. > How do I get more debug info out of the log files ? > TIA > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
