Chandrajeet Padhy wrote:
Hi Emanuael,

Thanks for replying.

I am using log4-jboss configurations and my root looks like.
<root>
      <priority value="INFO"/>
      <appender-ref ref="CONSOLE"/>
      <appender-ref ref="FILE"/>
</root>

I don't want any log message from apache SessionLog. I went added a new
appender
<category name="org.apache.mina.util.SessionLog">
      <priority value="NONE"/>
      <appender-ref ref="FILE"/>
</category>
I think that the category's name is more or less something like "org.apache.mina.util.SessionLog.logger" or "SessionLog.logger".

2) Another question related to IoConnector. How do I terminate a connection.
Isn't it default when all the connect requests are freezed it should
automatically stop? But, I still see it up sometimes.
You have initiated the connection, you have to close it.

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


Reply via email to