Log Files - trillium_quality - 2.7

Trillium Quality for Dynamics Installation and Developer Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
2.7
Language
English
Product name
Trillium Quality
Title
Trillium Quality for Dynamics Installation and Developer Guide
Topic type
Overview
Administration
Configuration
Installation
Reference
How Do I
First publish date
2008

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