How to enable Debug Logging

Modified on Sun, 29 Sep at 9:25 PM

If there is a problem and we need more Logs, here is how to enable the debug logging.


TABLE OF CONTENTS


Step 1: Open File Explorer on au2mator Server

  • Login to the au2mator Server and open the File Explorer


Step 2: Navigate to au2mator install dir

  • Navigate to the au2mator install dir
  • Standard Path is c:\inetpub\wwwroot\au2mator


Step 3: Edit appsettings.json

  • Open appsettings.json file and enable Debug Logging by adding the Line "EnableDetailedLogging"


{
    "AutomationSettings": {
      "DomainSearchRoot": "DC=au2mator,DC=local",
      "DefaultConnection": "Data Source='AVMSRV001,1433';Integrated Security=True;Initial Catalog='au2mator40Demo';",
      "InstallationState": 2,
      "MenuItems": null
    },
  "EnableDetailedLogging": true
  }



Make sure to disble the Debug Log after the Problem was fixed

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article