How to capture console and network logs in Chrome
Capturing console and network logs in the Chrome browser
Capturing Console logs in Chrome
From the drop-down menu in Chrome, select More Tools and then Developer Tools (Ctrl+Shift+I or F12), then switch to the console tab.
***Replicate the issue right-click on the console and hit save. This will save the log locally.
Capturing network logs in Chrome
-
From the drop-down menu in Chrome, select More tools > Developer tools.
Chrome’s Developer tools window opens.
-
Click the Network tab.
-
Enable the Preserve Log check box.
-
Click Clear.
-
While the console remains open, reproduce the issue.
-
After you reproduce the issue, right-click any line (or find the request with red status 422) and select Save all as HAR with content.