Navigation:  Troubleshooting, Error Analysis, logging > Troubleshooting FTS-Index >

Logging of the FTS-Index

Previous pageReturn to chapter overviewNext page

In order to better analyze problems regarding the full-text search, the FTS-index server writes log files ("FTS-Index_x.log") in the Tomcat log directory (C:\Tomcat\logs). When the FTS-index application is started or the size of the log file is exceeding 10 MB a new log file is created. At the same time there will be maximum 5 FTS-index log files in this directory.

 

Note: The limitation of the number of log files makes sure that only 50 MB will be used for logging the FTS-index.

 

The log level can be manipulated in the file logging.properties (in the directory C:\Tomcat\webapps_custom\FTS-Index\web\WEB-INF\classes). The following log levels are available:

 

FINEST

FINE

CONFIG

INFO

WARNING

SEVERE

OFF

 

Note: Do not forget to set log level back to WARNING.

 

You can also change the log level during operational time without editing the file logging.properties. Open the JDK Log Level Selector via the web interface http://<server>/<FTS-Index>/admin/logging, change the log level (on root level) and apply with "set". After a restart of the FTS-index application the log level in the web interface will be readout newly out of the logging.properties.

 

Change of the log level in the web interface during operational time

Change of the log level in the web interface during operational time