Changing the Number of Log Files Maintained

FlexNet Code Insight 6.13.2

FlexNet Code Insight generates several versions of the scan engine log files to assist in troubleshooting. All log files are written to the following:

<Code Insight_ROOT_DIR>\<version>\logs\

By default, 30 versions of the scanEngineDetails.log and scanEngineSupport.log files are saved before the log file contents are overwritten.

To change the number of log file versions, do the following:

1. Open the log4j scan engine properties file:

<Code Insight_ROOT_DIR>\<version>\tomcat\webapps\palamidaScanEngine\WEB‐INF\classes\log4j‐ scanEngine.properties

2. Change the following entry to the desired number of log file versions:

log4j.appender.FILE.maxBackupIndex=30.