You may wish to disable target logging on your scan engine, either to boost performance, or to save disk space on the computer hosting the scan engine.
Step-by-step guide
- Open the folder C:\Program Files\iQuate\iQSonar ScanEngine 4.0\bin in file explorer
- Using Notepad or any other text editor, edit the file iQuate.iQSonar.ScanEngine.exe.config
This is an XML configuration file. Scroll down to line 114 and comment out the line for TargetFileAppender
So
<appender-ref ref="TargetFileAppender"/>
Becomes
<!-- <appender-ref ref="TargetFileAppender"/> -->
3. Restart the service
Related articles