Log Files - trillium_quality - Latest

Trillium Quality for Dynamics Installation and Developer Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
Latest
Language
English
Product name
Trillium Quality
Title
Trillium Quality for Dynamics Installation and Developer Guide
Copyright
2024
First publish date
2008
Last updated
2024-10-18
Published on
2024-10-18T15:21:24.697372

The TS Web Services components generate several log files that can be useful for troubleshooting. They are located in the Apache_Tomcat\logs folder in your Trillium software installation path.

You can change the log level for Tomcat log files. Setting the log level to DEBUG provides the most thorough logging.

To change the log level

  1. In your Apache Tomcat directory, navigate to:

    ...\webapps\TrilliumDirectorSOAP\WEB-INF\classes

  2. In the log4j.properties file, change:

    log4j.rootCategory=INFO, CONSOLE, LOGFILE

    to

    log4j.rootCategory=ERROR, CONSOLE, LOGFILE

    or

    log4j.rootCategory=FATAL, CONSOLE, LOGFILE

    Trillium recommends changing the level to ERROR, which will disable TRACE, DEBUG, INFO, and WARNINGS messages. You must restart Tomcat after changing og4j.properties.

You can also change the log level for additional Tomcat logs. In the Apache Tomcat directory, ...\conf\logging.properties, set the LEVEL to either FINE/INFO, ERROR, or FATAL (minimal logging level).