[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JDBCAppender not logging stacktrace

PeterJ do-not-reply at jboss.com
Tue Mar 24 18:26:18 EDT 2009


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



More information about the jboss-user mailing list