You can change the default data logging settings, including the logging level, for Web Application Platform and Teamwork Cloud as described below.
Web Application Platform uses the Apache Log4j logging framework. To learn more, see https://logging.apache.org/log4j/2.x/. |
To configure the data logging
The Log4J framework has the following standard logging levels: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL. |
You can disable data logging to a specific file by changing the logging level of the related logger.
To turn off logging
Change the logging level of that logger to "off".
To turn on the data logging that has been disabled, change the logging level of the related logger from OFF to the logging level you want to use. |