Tools
Obtaining HAR and Console Logs to investigate SolarWinds Service Desk Issues
This article explains the importance of HAR and Console Logs for investigating issues in SolarWinds Service Desk and provides guidance on retrieving them from the browser.
First published date
Last published date
Overview
HAR and Console Logs capture information about the web pages you visit and the requests your browser initiates to the server. They are valuable in helping troubleshoot web application issues.
Product section
Resolution
To get the HAR file, follow these steps:
- Open the Developer Tools or "Inspect" the browser.
- Go to the "Network" tab.
- Make sure the "Preserve log" option is enabled.
- Look for a Red Circle at the top left corner of the Network tab. If it's black, click on it to start recording browser activity.
- Reload the page and reproduce the problem.
- After reproducing the problem, click the Download icon to export the HAR file.
To get the Console logs, follow these steps:
- After saving the HAR, within the Developer Tools, go to the "Console" tab.
- Right-click on any row and select "Save As".
- Name the file as "Console-log.txt" and save it.