Mina is using slf4j which is a facade. You most certainly are using log4j with a log4j.properties file where the log level is set to debug. You can switch to a different log level, or disable logging for mina packages in it. Le 9 janv. 2014 07:44, "Saurav Gulati" <[email protected]> a écrit :
> Hi, > > 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. > > -- > Thanks & Regards, > > Saurav >
