Logs & Settings Action Plan for Admin Portal
Please follow these steps to collect the Admin Portal logs and settings:
If you have access to the Admin WebUI:
- Open the Admin Portal WebUI
- Browse to the tab "Logs and Settings" under "Support & Maintenance"
- Change the log level to DEBUG
- Replicate the issue
- Click on Export
- Send AGAT Support the ZIP file.
- If you do not have access to the Admin WebUI or Export doesn't work:
- Go to the IIS Server hosting the Admin Portal
- Explore the Admin Portal folder managed by IIS or through Inetpub folder located by default at:D:\Inetpub and choose the AdminPortal folder you need
- Change the log level to debug by changing the log4net.config file found in the AccessPortal\config folder.
- Switch <level value="INFO"> to <level value=”DEBUG”>
- Change the AccessPortal\logs\AccessPortal.log file name suffix to .old
- Replicate the issue.
- Send AGAT Support the AccessPortal.log file.