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
...
Code Block |
---|
<!-- <appender-ref ref="TargetFileAppender"/> --> |
3. Restart the service
Infoinfo |
---|
Enable Target Logging
Starting with the Gwynn R3 release, target logging was turned OFF by default. To enable target logging again, we reverse the step above. So we remove the comments around <appender-ref ref="TargetFileAppender"/
Code Block | ||||
---|---|---|---|---|
| ||||
<appender-ref ref="TargetFileAppender"/> |
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...