Skip to main content
All CollectionsFAQSTroubleshooting
Saving Logs and HAR Files - Chrome
Saving Logs and HAR Files - Chrome

Step by Step Guide for saving your console logs and network activity logs for further investigation by our development team

Skyler Low avatar
Written by Skyler Low
Updated over a week ago
  1. Open Chrome and go to the page where the issue is occurring.

  2. Look for the vertical ellipsis button on the top left side of the toolbar and select More Tools > Developer Tools.

  3. On the upper right of the Developer tools menu, click the settings icon .

  4. Under the Console section, click the following check boxes:

  5. To close the page, click the X icon at the upper right corner.

  6. On the Console tab, to the right of the Filter field, click the Log level list and select any filter level that is not already selected. When you select all the levels, the log level selection reads All levels.

    • Log XMLHttpRequests

    • Show Timestamps

    • Preserve log upon navigation

  7. To clear the console, click the clear icon, circle with a line through it, shown below:

  8. Next select the Network tab.

  9. Look for a round record button in the upper left corner of the tab, and make sure it is red. if it is grey, click the button once to start recording.

  10. Check the box Preserve Log.

  11. Click the clear button (shown above) to clear any existing logs from the network tab.

  12. Reproduce the issue while the network and console requests are recorded.

  13. From the network tab, click the download button, Export HAR, to download, and save the file to your computer: Save as HAR with Content.

  14. After you download the HAR File, return to the console tab.

  15. Right-click and save the log file.

    image
  16. Upload the HAR and Log file to your ticket with Customer Support for further investigation.

Did this answer your question?