RE: Log4J output to SYSLOG

2006-02-06 Thread Bachler, Elisabeth (Elisabeth)
PROTECTED] Subject: Re: Log4J output to SYSLOG Bachler, Elisabeth (Elisabeth) wrote: I have modified the log4j.properties file to send the output to SYSLOG and I think it is working Thank you for your help Could you explain how it was that you accomplished this? I'm trying to do much

Log4J output to SYSLOG

2006-01-24 Thread Bachler, Elisabeth (Elisabeth)
Hello, I am using Apache Tomcat Version 5.5.12. I have designed a web application. I am using log4j to output messages in a log. But now, I would like to output the log4j message to the SYSLOG. What should I do? THanks The log4j.properties file is as follows: log4j.rootLogger=debug, R

RE: Log4J output to SYSLOG

2006-01-24 Thread Tim Lucia
http://logging.apache.org/log4j/docs/api/org/apache/log4j/net/SyslogAppender .html -Original Message- From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 10:04 AM To: 'Tomcat Users List' Subject: Log4J output to SYSLOG Hello, I am using Apache

RE: Log4J output to SYSLOG

2006-01-24 Thread Bachler, Elisabeth (Elisabeth)
be so kind to tell me how? Is it enough if I substitute the RollingFileAppender by SyslogAppender?... I guess not! -Original Message- From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: martes, 24 de enero de 2006 16:14 To: 'Tomcat Users List' Subject: RE: Log4J output to SYSLOG http