[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Log to syslog
npope
do-not-reply at jboss.com
Fri Oct 3 12:13:41 EDT 2008
doh why will it not take it
<!-- Syslog events -->
| <appender name="SYSLOG" class="org.apache.log4j.net.SyslogAppender">
| <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
| <param name="Facility" value="JBOSS"/>
| <param name="FacilityPrinting" value="true"/>
| <param name="SyslogHost" value="localhost"/>
| <layout class="org.apache.log4j.PatternLayout">
| <param name="ConversionPattern" value="[%d{ABSOLUTE},%c{1}] %m%n"/>
| </layout>
| </appender>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180332#4180332
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180332
More information about the jboss-user
mailing list