(6.9 - 7.1) Changing VIS log level (Apache Tomcat)
Log messages will be written to the log of the current Web server (Apache Tomcat log file located at Tomcat 6.0\logs\Tomcat6_stdout.YYYY-MM-DD.log (for Tomcat 7, substitute 7 for 6)).
The VXML Interaction Server provides the following levels of logging.
Log Level | Information Written to the Log |
---|---|
ERROR | Errors |
WARN | Errors and warnings |
INFO (default) | Errors , warnings and informational output |
DEBUG | Low level trace information |
Temporary Change
To change the log level for a short time (for example, when troubleshooting), perform the following steps in a Web browser:
On the server where the VXML Interaction Server is installed, navigate to http://server:port/warfile/-/logging. The Current Log Level page is displayed.
Select the desired log level in the New Level field and click Set.
Change the level back when you are finished.
Permanent Change
To change the level of detail in the logs permanently in Tomcat systems, perform the following steps in the Java Options:
On the Server where the VXML Interaction Server is installed, open the Tomcat6w.exe file, usually found at C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin. The Properties window is displayed. (For Tomcat 7, substitute 7 for 6.)
In the Java Options section, add the -Dorg.eclipse.vtp.loglevel=log_level. Valid values for log_level are ERROR, WARN, INFO, and DEBUG.
Click OK or Apply.
Restart Apache Tomcat.