Troubleshooting applications
Learn how to access and analyze application run logs for troubleshooting purposes. This includes using browser developer tools to locate dashboard entries, retrieving the Dashboard ID, and viewing startup logs through a specific URL format.
To view Application run logs follow the instructions:
- Open the Developer tools in your browser and navigate to the Network tab.
- Click the Application Settings button.
- Locate the
dashboardsentry in the network activity.Check the response to view the
runslisted in chronological order. - Copy the Dashboard ID from the response.
- Use the Dashboard ID to open it as a session and view the
start uplogs.The URL format for accessing logs must be as follows:
https://[***HOST NAME***]/[***USERNAME***]/application/engines/[***DASHBOARD ID***]
