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

 Strings to added or edited in the config files:

Code Block
web.config DB Connection String
languagexml
themeEclipse
titleString for SSH Protocol
<logger name="iQuate.iQSonar.Protocol.SSH_Telnet">
<level value="DEBUG"/>
</logger>


Code Block
languagexml
themeEclipse
titleString for SSH Proxy
<logger name="iQuate.iQSonar.Connection.SSHProxy">
<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

...

This can be used for any connection just substitute the SSHProxy for the name of the connection

...


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


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>