> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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.
