anonymous wrote :
|
| <appender-ref ref="FILE"/>
| <appender-ref ref="CONSOLE"/>
|
You have set the priority level of the root loggers to INFO. TRACE level is lower than
info and hence wont make it to the log file. Remove the priority setting from the root
configuration and see if the trace logs are visible.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109153#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...