Turning on the server trace log (Windows) - HxGN EAM - 12.0.1 - Installation & Upgrade

HxGN EAM Application Installation

Language
English
Product
HxGN EAM
Search by Category
Installation & Upgrade
HxGN EAM Version
12.0.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="FATAL"/>

  3. Change the threshold value to "INFO".

  4. Save the file.

    • There is no need to restart the server. Five seconds after the change has been made, the server log will start outputting the desired log.

    • 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=INFO