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 Proficy Authentication Tomcat Web 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 Proficy Authentication Tomcat Web Server service.
If you want to change the Tomcat log level:
Stop the Proficy Authentication 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 Proficy Authentication Tomcat Web Server service.