Hi list;
    Im trying to point my Application log to syslog. Currently i define this on 
jboss-3.2.3 log4j.xml. jboss running on Linux box 9

 
                
                <param name= "Facility " value= "local6"/ >
                <param name= "FacilityPrinting " value= "true"/ >
                <param name= "SyslogHost " value= "localhost"/ >
        
  and
  
                
                <appender-ref ref="SmartSQL"/>
        

on my Linux box i added "-r" on syslogd start/stop and added level6.*     
/var/log/test.log on syslog.conf. But when i restarted the server,  test.log was 
created on /var/log.I called log4j via logger on my application


Logger smartlog = Logger.getLogger("smart");


 but when i try to test my application on jboss, System out is showed on the console 
but no logs on test.log? am i missing something?




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

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


-------------------------------------------------------
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