"asack" wrote : Have you read the log4j WIKI pages?  :D

Thank you for the hint!

The log4j WIKI pages have a topic "help with usage of logging levels". This 
advises you to put an entry like

<category name="org.jboss.resource">
  |    <priority value="DEBUG"/>
  | </category>

into your log4j.xml to set the logger level to DEBUG.

I made this changes to log4j.xml. But still JBoss suppresses DEBUG  messages 
after a restart generated by my application. Do I use the wrong subsystem?

If I am changing the value of Threshold in the default CONSOLE appender to 
DEBUG, JBoss gives out DEBUG messages to the console. But these are plenty of 
messages that probably will blockade JBoss.

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

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

Reply via email to