How to enable detailed logs

How to enable IIS detailed logs?

Follow the below steps:- 

  1. Go to Windows > Run > Type "Inetmgr"
  2. Expand Sites > Select the Orchestrator website > Right Click on it and click on "Explore"
  3. Look for web.config file, and make the following changes:

a. Set the CustomErrors mode to = "Off"

b. Set the httpErrors errorMode = "Detailed" 

NOTE: After making changes in the web.config file, please do an IIS reset to ensure that the changes take effect