Re: log4j when using Bootstrap not command-line startup

2007-12-15 Thread lightbulb432
t = org.apache.log4j.ConsoleAppender > log4j.appender.stdout.Threshold = WARN > log4j.appender.stdout.Target = System.out > log4j.appender.stdout.layout = org.apache.log4j.PatternLayout > log4j.appender.stdout.layout.ConversionPattern = %d{ISO8601} %-5p [%F:%L] > : > %m%n

Re: log4j when using Bootstrap not command-line startup

2007-12-15 Thread Martin Gainty
, December 15, 2007 7:06 PM Subject: log4j when using Bootstrap not command-line startup > > I'm running Tomcat not from the command-line but from the Bootstrap class's > start() method. When I start it using the command-line, a logs/tomcat.log is > created in CATALINA_BA

log4j when using Bootstrap not command-line startup

2007-12-15 Thread lightbulb432
Thanks. -- View this message in context: http://www.nabble.com/log4j-when-using-Bootstrap-not-command-line-startup-tp14356626p14356626.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new t