Before beginning:
- Make sure to enable diagnostic logging only when it is possible to reproduce the issue.
- Reproduce the issue in Active Roles Web Interface with the diagnostic logging enabled.
- Disable diagnostic logging right after reproducing the issue. This will prevent the log file from overgrowing.
- Leaving any type of logging enabled will degrade system performance.
Log files location:
Once Active Roles Web Interface diagnostic logging is enabled, a separate diagnostic log file will be generated for each Active Roles web site in it's own subfolder at the following default path:
Active Roles 8.x: C:\Program Files\One Identity\Active Roles\8.x\Web\Public\Log
Active Roles 7.x: C:\Program Files\One Identity\Active Roles\7.x\Web\Public\Log
ActiveRoles Server 6.x: C:\Program Files\Quest Software\Quest One ActiveRoles\Web Interface 6.9\6.9.0\Public\Log\Default Web Site
Active Roles 7.x and later
To enable Active Roles Web Interface logging:
- Open the Active Roles Configuration Center on the Active Roles Web Interface host
- Select the Logging tab
- Select the Web Interface component and click on the Modify button
- Select the Turn on diagnostic log radio button and set the logging level to Verbose
- Click OK
To disable Active Roles Web Interface logging:
- Open the Active Roles Configuration Center on the Active Roles Web Interface host
- Select the Logging tab
- Select the Web Interface component and click on the Modify button
- Select the Turn off diagnostic log radio button
- Click OK
ActiveRoles Server 6.x:
To enable Active Roles Web Interface logging:
- In Windows Explorer, navigate to the ActiveRoles Server installation folder which defaults to the following:
C:\Program Files\Quest Software\Quest One ActiveRoles - In the installation folder, navigate to the following subfolder:
C:\Program Files\Quest Software\Quest One ActiveRoles\Web Interface 6.9\6.9.0\Public - Locate the file named web.nlog and open it with the Windows notepad application
- In the web.nlog file locate the tag: globalThreshold="Fatal"
- Replace it with this tag: globalThreshold="Debug"
- In the web.nlog file, locate the tag level="Fatal"
- Replace it with this tag: level="Debug"
- Save the changes
- Restart Internet Information Services (IIS)
To disable Active Roles Web Interface logging:
- In Windows Explorer, navigate to the ActiveRoles Server installation folder which defaults to the following:
C:\Program Files\Quest Software\Quest One ActiveRoles - In the installation folder, navigate to the following subfolder:
C:\Program Files\Quest Software\Quest One ActiveRoles\Web Interface 6.9\6.9.0\Public - Locate the file named web.nlog and open it with the Windows notepad application
- In the web.nlog file locate the tag: globalThreshold="Debug"
- Replace it with this tag: globalThreshold="Fatal"
- In the web.nlog file, locate the tag level="Debug"
- Replace it with: level="Fatal"
- Save the changes
- Restart Internet Information Services (IIS)