JBoss Community

Re: How to stop NioProcessor-2 logging. [org.apache.mina.filter.logging.LoggingFilter] (NioProcessor-2) IDLE

created by Sebastian Tolloczko in jBPM Development - View the full discussion

To stop NioProcessor logging include the following lines in the server/default/conf/jboss-log4j.xml file:

 

<!-- Limit the org.apache.mina (mina task server) to WARN as its INFO is verbose -->

   <category name="org.apache.mina">

  <priority value="WARN"/>

   </category>

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community