Chandrajeet Padhy wrote:
Thanks Emanuael for writing,

But the SessionLog class is part of the core1-1-6.jar. I dont use SLF4J.
We use log4j.
and mina is using slf4j. This is just a facade : it mimics the user's logger. So whatever configuration you set for log4j, it will be used by slf4j.
SessionLog puts the messages on [STDERR] console appender. I just want to
suppress all SessionLog messages. Is there a machanism?
Just modify your log4j configuration so that no log is produced. It should work.

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to