[jboss-user] [Security & JAAS/JBoss] - Re: Can't get Trace output from JBoss Login Modules
jaikiran
do-not-reply at jboss.com
Fri Nov 30 01:39:25 EST 2007
Sorry, i should have used the Preview button before posting. Here's what i meant:
<root>
| <priority value="INFO"/>
| <appender-ref ref="FILE"/>
| <appender-ref ref="CONSOLE"/>
| </root>
You have set the priority level of the root logger to INFO. TRACE level is lower than info and hence wont make it to the log file. Remove the priority setting from the root configuration and see if the trace logs are visible.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109154#4109154
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109154
More information about the jboss-user
mailing list