> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable debug for Web Reporter

> Enable debug for Web Reporter

Debug logging for Reporter in Web can be enabled in *SoReporter.Executer.exe.config* file, which is located in *\<Web installation>\bin\Reporter* folder.

Go to `<system.diagnostics>` section and uncomment the following lines:

```xml theme={null}
<system.diagnostics>
<!--
<trace autoflush="true" indentsize="4">
  <listeners>
    <add name="SoReporterTrace" type="System.Diagnostics.TextWriterTraceListener" initializeData="c:\temp\Listener.log" />
  </listeners>
</trace>
<switches>
  <add name="SoReporterTraceSwitch" value="Verbose" />
</switches>
-->
</system.diagnostics>
```

Make sure the path in the `initializeData` parameter exists and Web can create the *Listener.log* file there. After you save the config file, Web Reporter will be restarted and will start logging to the *Listener.log* file.


## Related topics

- [Debug](/en/onsite/debug/index.md)
- [SuperOffice.ini](/en/onsite/install/win-client/superoffice-ini.md)
- [Config and INI files](/en/onsite/config/index.md)
- [Debug Web client](/en/onsite/debug/web-client.md)
- [Debug Mail Link](/integrations/mail-link/debug.md)
- [Print debug](/en/automation/crmscript/debugging/print-debug.md)
