Can I configure jboss to use different log files for different log levels for 
my application. For example the info level to be logged in file myapp_info.log 
and the debug level in the myapp_debug.log so when I use log.info("some text") 
this entry goes to the myapp_info.log and accordingly for log.debug("some text")

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

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

Reply via email to