Are you sure you want to log trace messages to the database? But then, I 
wouldn't want to log debug messages there either.

Anyway, there are two requirements to log messages at a given level (such as 
TRACE) to an appender:

1) The appender must allow log entries at that level (look at the Threshold 
setting).

2) The category priority for the loggers must enable that level. In other 
words, setting level to DEBUG will prevent trace messages from being logged.

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

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

Reply via email to