My log4j.xml entery 


  | < appende "SYS_LOG" class="org.apache.log4j.net.SyslogAppender">
  | <param name="Facility" value="local2"/>
  | <param name="SyslogHost" value="localhost"/>
  | <param name="Threshold" value="info"/>
  | <param name="FacilityPrinting" value="false"/>
  | <layout class="org.apache.log4j.PatternLayout">
  |   <param name="ConversionPattern" value="[%-1p] %c %m%n"/>
  | </layout>
  | </appender>
  | 
  | <root>
  |   <appender-ref ref="SYS_LOG"/>
  | </root>
  | 
  | 

In my case the sys_log is appended to the root, try this as a sanity test. Also make 
sure your threshold is low to capture all logging for testing purposes (debug)

My syslog conf entery:


  | # Save jboss messages to jboss.log
  | local2.*                        /var/log/jboss.log
  | 

/etc/sysconfig/syslog


  | SYSLOGD_OPTIONS="-r -m 0"
  | 

make sure you rerstart syslog

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to