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
- Step 2: Navigate to au2mator install dir
- Step 3: Edit appsettings.json
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
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
Feedback sent
We appreciate your effort and will try to fix the article