I can't configure log4j to output the logging from a JBoss class that I'm extending in my JAAS setup, and it's causing me major problems because I need the logging output to resolve a problem that's creating a brick wall in my path.
The class is org.jboss.security.auth.spi.AbstractServerLoginModule and I really, really need to know what it is doing. I've tried several different category names to enable it, and in fact I currently have org.jboss set to TRACE for everything, and the logging is still not coming out, despite the fact that the rest of JBoss is logging virtually every executed line. I know it should be outputting several statements, because I can see the log statements in the source code of the methods I'm calling. This is what I've tried: | <category name="org.jboss.security.auth.spi.AbstractServerLoginModule" | also: | org.jboss.auth.spi | com.myclass.that.extends.it.LoginModule | <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825735#3825735">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825735>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
