Bug#448823: tomcat5.5: syslog messages have extra timestamp

2007-11-01 Thread Marcus Better
Package: tomcat5.5 Version: 5.5.25-1 Severity: minor The messages sent to /var/log/daemon have a superfluous timestamp generated by Tomcat. This just clutters the log: Nov 1 09:56:36 better jsvc.exec[6185]: 2007-nov-01 09:56:36 org.apache.coyote.http11.Http11BaseProtocol init INFO:

Bug#448823: tomcat5.5: syslog messages have extra timestamp

2007-11-01 Thread David Pashley
On Nov 01, 2007 at 09:00, Marcus Better praised the llamas by saying: The messages in question are those sent to stdout/err by Tomcat. They init script tells jsvc to send those to the syslog. A better solution would be to send stdout and stderr to /var/log/tomcat5.5/catalina.{out,err} and

Bug#448823: tomcat5.5: syslog messages have extra timestamp

2007-11-01 Thread Marcus Better
The messages in question are those sent to stdout/err by Tomcat. They init script tells jsvc to send those to the syslog. A better solution would be to send stdout and stderr to /var/log/tomcat5.5/catalina.{out,err} The reasoning behind that setup is that Tomcat uses stdout/err for daemon

Bug#448823: tomcat5.5: syslog messages have extra timestamp

2007-11-01 Thread David Pashley
On Nov 01, 2007 at 09:21, Marcus Better praised the llamas by saying: The messages in question are those sent to stdout/err by Tomcat. They init script tells jsvc to send those to the syslog. A better solution would be to send stdout and stderr to /var/log/tomcat5.5/catalina.{out,err}

Processed: Re: Bug#448823: tomcat5.5: syslog messages have extra timestamp

2007-11-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: clone 448823 -1 Bug#448823: tomcat5.5: syslog messages have extra timestamp Bug 448823 cloned as bug 448835. retitle -1 tomcat5.5: use logrotate instead of date-stamped logs Bug#448835: tomcat5.5: syslog messages have extra timestamp Changed Bug title

Bug#448823: tomcat5.5: syslog messages have extra timestamp

2007-11-01 Thread Marcus Better
clone 448823 -1 retitle -1 tomcat5.5: use logrotate instead of date-stamped logs thanks David Pashley wrote: I see the following: Fatal start up errors (and people stupid enough to use System.out.println - syslog or catalina.{out,err}. This should be very rarely used. That's more or less