Software AG Infrastructure 10.5 | Software AG Runtime Logging | Deleting wrapper Log Files
 
Deleting wrapper Log Files
You configure the Software AG Runtime wrapper log in the Software AG_directory \profiles\CTP\configuration\custom_wrapper.conf configuration file.
To automatically delete wrapper log files, you must add the following log configuration properties to the custom_wrapper.conf file:
wrapper.logfile.rollmode=DATE
wrapper.logfile=%OSGI_INSTALL_AREA%/logs/wrapper_YYYYMMDD.log
wrapper.logfile.maxfiles=n
where n is the number of files to be kept. For example, if you specify 2, the log keeps two log files in addition to the current one.
For more information about the logging configuration properties, see https://wrapper.tanukisoftware.com.