Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This is a guide to enable 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

Go to where the line says </logger> and above that place the following code


Connection Names:

iQuate.iQSonar.Connection.SSHProxy

iQuate.iQSonar.Protocol.SSH

iQuate.iQSonar.Connection.SNMP

iQuate.iQSonar.Connection.WMI


<logger name="iQuate.iQSonar.Protocol.SSH_Telnet">
<level value="DEBUG"/>
</logger>


 

web.config DB Connection String for SSH Proxy
<logger name="iQuate.iQSonar.Connection.SSHProxy">
<level value="DEBUG" />
</logger>


web.config DB Connection String for TSQL
<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


Footnote

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







  • No labels