Hi all.

I'm trying to configure the log4j system to spit out debug logging messages to 
the console for ssl communications.

My understanding is that all I should really have to do is insert into the 
log4j.xml file something like:


  | <category name="org.jboss.security.ssl.RMISSLClientSocketFactory">
  |   <appender-ref ref="CONSOLE"/>
  | </category>
  | 

but that's not working.  Nothing comes out on the console.

Note that I have changed the console appender to spit out debug messages 
instead of the usual info messages.

On the client I get a warning that says:


  | log4j:WARN No appenders could be found for logger 
(org.jboss.security.ssl.RMISSLClientSocketFactory).
  | log4j:WARN Please initialize the log4j system properly.
  | 

Thoughts?

Dave

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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to