[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss server.log to syslog redirection

PeterJ do-not-reply at jboss.com
Wed Oct 22 11:59:34 EDT 2008


JBossAS uses log4j to do its logging. erasmomarciano pointed you to the correct lines in the log configuration file (which, by the way, is at server/xxx/conf/jboss-log4j.xml), but highlighted the wrong line. Log4j has a syslog appender that you can use. Change the appender class as follows:

<!-- Updated to use the syslog appender -->
  | <appender name="FILE" class="org.apache.log4j.net.SyslogAppender">
  |   ...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183898#4183898

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183898



More information about the jboss-user mailing list