[jboss-user] [Installation, Configuration & Deployment] - Re: Configuring log4j.xml for different logger levels on Con

Stichel do-not-reply at jboss.com
Tue Aug 22 06:53:31 EDT 2006


"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



More information about the jboss-user mailing list