Turning off the server trace log (Windows) - HxGN EAM - Version 11.07.01 - Installation & Upgrade

HxGN EAM Installation Guide

Language
English
Product
HxGN EAM
Search by Category
Installation & Upgrade
HxGN EAM Version
11.7.1
  1. Open the file [APP_HOME]/jboss/conf/log4j-eam.xml.

  2. Locate the following text/xml:

    <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
    <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    <param name="Target" value="System.out"/>
    <param name="Threshold" value="INFO"/>

  3. Change the threshold parameter value to "FATAL".

  4. Save the file.

    • There is no need to restart the server. Five seconds after the change has been made, the server automatically clears.

    • If you want this setting to remain after restart, you must also edit the %SystemRoot%\EXTSvc.ini or RPTSvc.ini file and change the following line:

      RunTimeLoggingLevel=FATAL