Hi,

In the filterchain you need to add a logfilter.
This will dramatically increase the logging for Mina.

Regards,
Mike

Op 5-2-2013 19:32, Andrew Cagney schreef:
Hi,

Is there anything special that needs to be done when enabling SLF4J
logging in mina-core?

To keep things simple, I'm using slf4j-simple. with the following properties:

  <sysproperty key="org.slf4j.simpleLogger.defaultLogLevel" value="debug"/>
<sysproperty key="org.slf4j.simpleLogger.showDateTime" value="true"/>
<sysproperty key="org.slf4j.simpleLogger.dateTimeFormat"
value="[HH:mm:ss.SSS]"/>

Both my code and and SSHD (org.apache.sshd) are logging just fine, but
I don't see anything from mina-core (org.apache.mina.core/).

I guess there's something obvious I've missed?

Andrew


Reply via email to