JBoss Community

Re: How to turn off DEBUG messages in server log

created by Mandar Joglekar in Beginner's Corner - View the full discussion

I looked at all the jboss-log4j.xml files and they are the same. The only place I found the debug is here

 

<!-- Log events through SNMP

<appender name="TRAP_LOG" class="org.apache.log4j.ext.SNMPTrapAppender">

<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>

<param name="ImplementationClassName" value="org.apache.log4j.ext.JoeSNMPTrapSender"/>

<param name="ManagementHost" value="127.0.0.1"/>

<param name="ManagementHostTrapListenPort" value="162"/>

<param name="EnterpriseOID" value="1.3.6.1.4.1.24.0"/>

<param name="LocalIPAddress" value="127.0.0.1"/>

<param name="LocalTrapSendPort" value="161"/>

<param name="GenericTrapType" value="6"/>

<param name="SpecificTrapType" value="12345678"/>

<param name="CommunityString" value="public"/>

<param name="ForwardStackTraceWithTrap" value="true"/>

<param name="Threshold" value="DEBUG"/>

<param name="ApplicationTrapOID" value="1.3.6.1.4.1.24.12.10.22.64"/>

<layout class="org.apache.log4j.PatternLayout">

<param name="ConversionPattern" value="%d,%p,[%t],[%c],%m%n"/>

</layout>

</appender>

-->



 

do you want me to change this?

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community