Re: logging question

2010-09-10 Thread Konstantin Kolinko
2010/9/10 André Warnier : > > Under tomcat 5.5, a foreign webapp writes to STDOUT and STDERR, clogging up > one of the system logfiles (/var/log/daemon.log). > Try setting swallowOutput="true" in the context file, http://tomcat.apache.org/tomcat-5.5-doc/config/context.html It works if an app writ

RE: logging question

2006-05-10 Thread Tim Lucia
No appenders means output is not appended to anything. If you supply the jar, supply the log4j.properties which configures it. Tim -Original Message- From: Guy McArthur [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 1:10 PM To: users@tomcat.apache.org Subject: logging question