How to Save Console Log file in Chrome

Capturing the console log helps the Sparrow team troubleshoot your support ticket.

  1. Open the Chrome DevTools by right-clicking on the page and selecting "Inspect" or pressing F12 on your keyboard.

    console1
  2. Click on the "Console" tab.
    console2
  3. Right-click anywhere in the console output and select "Save as..."
    console3
  4. Choose a location to save the file and select "Save".
  5. The console log will be saved as a .log file which can be opened in a text editor.