Skip to main content
Skip table of contents

Logging

You can configure the amount of logging information that Job Queue Manager writes to its log files.

  1. 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.

  2. Locate the following line:

    XML
            <Root level="WARN">
                <AppenderRef ref="MainAppender"/>
                <AppenderRef ref="CONSOLE"/>
            </Root>
  3. 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


  4. Save your changes.
  5. Restart the Tomcat server that is running Job Queue Manager.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.