Changing Sisense Log Location

Sisense stores several types of logs on the same drive Sisense is installed in various directories. If you want to store your logs in different directories or on a different drive, you can update their locations.

To change your application logs' location:

  1. In your browser, enter localhost:3030/system to open the Configuration Manager.
  2. Under Logs, in Path, enter the new location for your Sisense application logs.
  3. Click Save.

To change the location of IIS logs:

  1. In a text editor, open the C:\ProgramData\Sisense\PrismWeb\Logs\WebLogConfig.4.xml file.
  2. Modify the value of <file value="C:\ProgramData\SiSense\PrismWeb\Logs\PrismWebServer.log"/>.
  3. Save your changes.
  4. In the Windows Command Prompt, reset IIS with the command iisreset.

To change the location of ECS logs:

  1. In a text editor, open the C:\ProgramData\Sisense\PrismServer\PrismServerLogs\ECS_LogConfigNative.11.xml file.
  2. Modify the value of <param name="file" value="C:\ProgramData\SiSense\PrismServer\PrismServerLogs\ECS.log"/>
  3. Save your changes.
  4. In Windows Services, restart the Sisense.ECMS service.