[jboss-user] [Security & JAAS/JBoss] - Re: Issue in encrypting the password using MD5

Wolfgang Knauf do-not-reply at jboss.com
Tue May 12 09:34:44 EDT 2009


Hi,

set two values from "DEBUG" to "TRACE":

   <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
  |       <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
  |       <param name="Target" value="System.out"/>	  
  | ==>      <param name="Threshold" value="TRACE"/>
  |       ...
  |    </appender>

and:
<category name="org.jboss.security">
  | ==>    <priority value="TRACE"/>
  |     <appender-ref ref="CONSOLE"/>
  |   </category>

In my own log4j.xml, I had added an "appender-ref" element to the categorie element

Hope this helps

Wolfgang

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

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



More information about the jboss-user mailing list