Hi, 

you can change the log level for security in conf/log4j.xml:


  | <category name="org.jboss.security">
  |    <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  | </category>
  | <category name="org.jboss.web.tomcat.security">
  |    <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  | </category>
  | <category name="org.apache.catalina">
  |    <priority value="DEBUG"/>
  | </category>
  | 

It's in the faq: 
http://wiki.jboss.org/wiki/SecurityFAQ

best regards,
Matthias

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

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

Reply via email to