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 | ||||||
---|---|---|---|---|---|---|
| ||||||
<logger name="iQuate.iQSonar.Protocol.SSH_Telnet"> |
...
<level value="DEBUG"/> |
...
</logger> |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<logger name="iQuate.iQSonar.Connection.SSHProxy"> <level value="DEBUG" /> </logger> |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<logger name="iQuate.iQSonar.Connection.TSQL"> <level value="DEBUG" /> </logger> |
This will look like the below screenshot
Step 3
Save and close the config file and restart iQSonar service in services.msc
...
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<logger name="iQuate.iQSonar.Connection.WMI">
<level value="DEBUG"/>
</logger> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<logger name="iQuate.iQSonar.Connection.SNMP">
<level value="DEBUG"/>
</logger>
|