[jboss-user] [JBoss Portal] - Re: using commons logging with Log4jService

PeterJ do-not-reply at jboss.com
Thu May 1 14:01:41 EDT 2008


I compared your log setting with one that I have. The thing that is different is the < logger > entry - I don't have one. Instead I have a < category > entry. Unfortunately, I don't have my Log4J book with me so I cannot verify the validity of the < logger > entry. Try replacing it with:

   <category name="erez">
  |       <priority value="DEBUG"/>
  |       <appender-ref ref="erez_" />
  |    </category>
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148179



More information about the jboss-user mailing list