I am working on an application which uses apache mina to send/receive message. i am getting apache mina logs on colsole
12:01:29.796 [NioProcessor-2] DEBUG o.a.m.core.filterchain.IoFilterEvent - Firing a SESSION_CREATED event for session 1 12:01:29.797 [NioProcessor-2] DEBUG o.a.m.core.filterchain.IoFilterEvent - Event SESSION_CREATED has been fired for session 1
how to disable these logs.
You need to get the Mina logger instance and then disable logging on it. The following should work