Previous Topic: Status Messages for Server ComponentsNext Topic: Test Step Logger


Automatic Thread Dumps

You can use the logging.properties file to enable automatic thread dumps, which are helpful in debugging performance issues.

Locate the following property and change WARN to INFO.

log4j.logger.threadDumpLogger=WARN, THREAD_DUMPS

To disable the thread dumps, change INFO back to WARN.

The default interval of the thread dumps is 30 seconds. You can change the interval by editing the lisa.threadDump.interval property in the lisa.properties file.