Enable DEBUG for each connection

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

Step 1

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

Step 2

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:

String for SSH Protocol
<logger name="iQuate.iQSonar.Protocol.SSH_Telnet">
<level value="DEBUG"/>
</logger>
String for SSH Proxy
<logger name="iQuate.iQSonar.Connection.SSHProxy">
<level value="DEBUG" />
</logger>
String for TSQL
<logger name="iQuate.iQSonar.Connection.TSQL">
<level value="DEBUG" />
</logger>
String for WMI
<logger name="iQuate.iQSonar.Connection.WMI">
<level value="DEBUG"/>
</logger>
String for SNMP
<logger name="iQuate.iQSonar.Connection.SNMP">
<level value="DEBUG"/>
</logger>