[lug] Performance Issues with syslog Shell Interface?
George Sexton
gsexton at mhsoftware.com
Mon Feb 2 12:59:03 MST 2004
Unless you have a large amount of debugging code present it should not
be much of a hit. After startup, only exceptions are logged to this
file.
-----Original Message-----
From: lug-bounces at lug.boulder.co.us
[mailto:lug-bounces at lug.boulder.co.us] On Behalf Of Dhruva B. Reddy
Sent: Monday, February 02, 2004 12:56 PM
To: Boulder Linux Users Group
Subject: [lug] Performance Issues with syslog Shell Interface?
We are running Apache Tomcat on Redhat 7.3. The startup script, by
default, pipes all output (standard out and error) to a file called
"catalina.out":
java <class name> >> catalina.out 2>&1
I would like this output to instead go to syslog (using the "local7"
facility):
java <class name> 2>&1 | logger -p local7.info -t "[tomcat]"
Can anyone tell me if and how this change might affect performance?
Thanks,
Dhruva
_______________________________________________
Web Page: http://lug.boulder.co.us
Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
More information about the LUG
mailing list