You can configure the amount of logging information that Job Queue Manager writes to its log files.
-
Go to the Tomcat instance that is running Job Queue Manager and open <tomcat_home>\webapps\queuedjobservice\WEB-INF\classes\META-INF\log4j2.xml in a text editor.
Make a backup copy of this file before making any changes.
-
Locate the following line:
XML<Root level="WARN"> <AppenderRef ref="MainAppender"/> <AppenderRef ref="CONSOLE"/> </Root>
-
Change the value to one of the following (listed in order from the least amount of log information to the most):
-
OFF
-
SEVERE
-
WARNING
-
INFO
-
CONFIG
-
FINE
-
FINER
-
FINEST
-
ALL
-
-
Save your changes.
-
Restart the Tomcat server that is running Job Queue Manager.