Versions Compared

Key

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

This is a guide to enable Enabling DEBUG logging for SSH Proxy, This can be used to enable other connections also

...

Open iQuate.iQSonar.ScanEngine.exe.Config file located in "C:\Program Files\iQuate\iQSonar ScanEngine 4.0\bin"

Step 2

Go to where the line says In the Quate.iQSonar.ScanEngine.exe.Config file scroll to the bottom of the last file </logger> and above that place the following code

Connection Names:

iQuate.iQSonar.Connection.SSHProxy

iQuate.iQSonar.Protocol.SSH_Telnet

iQuate.iQSonar.Connection.SNMP

iQuate.iQSonar.Connection.WMI

<logger Strings to added or edited in the config files:

Code Block
languagexml
themeEclipse
titleString for SSH Protocol
<logger name="iQuate.iQSonar.Protocol.SSH_Telnet">

...


<level value="DEBUG"/>

...


</logger>

...


Code Block
languagexml
themeEclipse
titleweb.config DB Connection String for SSH Proxy
<logger name="iQuate.iQSonar.Connection.SSHProxy">
<level value="DEBUG" />
</logger>

...

Code Block
languagexml
themeEclipse
titleweb.config DB Connection String for TSQL
<logger name="iQuate.iQSonar.Connection.TSQL">
<level value="DEBUG" />
</logger>

This will look like the below screenshot

Image Removed

Step 3

Save and close the config file and restart iQSonar service in services.msc

...


...

Code Block
languagexml
themeEclipse
titleString for WMI
<logger name="iQuate.iQSonar.Connection.WMI">
<level value="DEBUG"/>
</logger>


Code Block
languagexml
themeEclipse
titleString for SNMP
<logger name="iQuate.iQSonar.Connection.SNMP">
<level value="DEBUG"/>
</logger>