Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  1. Open the folder C:\Program Files\iQuate\iQSonar ScanEngine 4.0\bin in file explorer
  2. 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
languagetext
titleRemove comments
    <appender-ref ref="TargetFileAppender"/>


Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1fb5c7
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "scanengine" , "v4" ) and type = "page" and space = "CSKB"
labelsv4 scanengine

...