Sebastian Tolloczko [
https://community.jboss.org/people/ocheck] created the discussion
"Re: How to stop NioProcessor-2 logging.
[org.apache.mina.filter.logging.LoggingFilter] (NioProcessor-2) IDLE"
To view the discussion, visit:
https://community.jboss.org/message/724119#724119
--------------------------------------------------------------
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
[
https://community.jboss.org/message/724119#724119]
Start a new discussion in jBPM Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]