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 2 Current »

iQSonar default location to store the Target and Service log files is on "C:\ProgramData\iQuate\iQSonar4.0\Logs\". 

iQSonar use two types of logs, Service logs and Target logs and both can be set individually aka have different or same location.

Follow the below guide to set desired location.  

 Step-by-step guide

  1. Locate "iQuate.iQSonar.ScanEngine.exe.Config" config file located in  "C:\Program Files\iQuate\iQSonar ScanEngine 4.0\bin" and open it in Notepad.
  2. Navigate to Log4net as shown below and adjust the part marked in bold to desired destination. NOTE: This is to set new location only for Service logs.
  3. <log4net>
    <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender">
    <param name="file" value="C:\ProgramData\iQuate\iQSonar4.0\Logs\\Service.log"/>
  4. To adjust the location where ScanEngine will save Target logs navigate to:
  5. <param name="directory" value="C:\ProgramData\iQuate\iQSonar4.0\Logs\"/>
  6. Set desired location and save the file.
  7. For this change ScanEngine service does not need to be restarted as it will pick up the change on the fly.

 



  • No labels