Important: You do not have the latest version of Historian! You are missing out on the newest capabilities and enhanced security. For information on all the latest features, see the Historian product page. For more information on upgrades, contact your GE Digital sales agent or e-mail GE Digital Sales Support. For the most up-to-date documentation, go here.
Change the Log Levels of UAA
Procedure
Access the log4j.properties file in the following folder: C:\Program Files\GE\Operations Hub\uaa-tomcat\webapps\uaa\WEB-INF\classes
For each module, select one of the following log levels depending on your requirement:
TRACE
DEBUG
INFO
WARN
ERROR
FATAL
OFF
If you want to disable Tomcat logging:
Stop the GE Operations Hub UAA Tomcat Wen Server service.
In the C:\Program Files\GE\Operations Hub\uaa-tomcat\bin folder, rename the tomcat8w.exe file UaaTomcat.exe, and run this application as an administrator.
Select Logging.
Remove the auto keyword from the Redirect Stdout and Redirect Stderr labels.
Start the GE Operations Hub UAA Tomcat Web Server service.
If you want to change the Tomcat log level:
Stop the GE Operations Hub UAA Tomcat Web Server service.
Access the context.xml file located in the C:\Program Files\GE\Operations Hub\uaa-tomcat\conf.
In the Context tag, add: swallowOutput="true"
Access the logging.properties file in the same folder, and set the 2localhost.org.apache.juli.AsyncFileHandler.level to one of the following values, which are in the order of less verbose to more verbose:
SEVERE
WARNING
INFO
CONFIG
FINE
FINER
FINEST
ALL
Start the GE Operations Hub UAA Tomcat Web Server service.