[lug] Performance Issues with syslog Shell Interface?

Dhruva B. Reddy bdhruva at gmx.net
Mon Feb 2 12:56:21 MST 2004


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




More information about the LUG mailing list