I add these code below to log4j.xml,but it won't work !

appender name="web1" class="org.jboss.logging.appender.DailyRollingFileAppender"
        ......................  
                param name="File" value="${jboss.server.log.dir}/web1.log"
        ....................                    
        /appender

 category name="mypackagename" additivity="false"
     priority value="INFO" /
     appender-ref ref="web1"/
   /category



All of the two web module use the package  "mypackagename",so i mean to use 
this newly added category and appender to meet my need,but the output is 
utterly disorderly.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968542
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to