• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

Enable debug for Web Reporter

•
Environment: onsite
Some tooltip text!
• 1 minute to read
 • 1 minute to read

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:

<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.

In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top