How to collect Console logs
What are Console logs?
Console logs in Developer tools are messages that display output from the web application useful for debugging and monitoring. They can show errors, warnings, or custom messages to track the application's behavior. Support engineers use it for troubleshooting.
How to get the Console logs as a file?
Follow the next steps:
Open Developer Tools (DevTools) in your browser:
on Windows: press the F12 key or Ctrl+Shift+I;
on Mac (Chrome): press Command+Option+I;
on Mac (Safari): press Command+Option+C (Preferences -> Advanced -> "Show Develop menu in menu bar" checkbox should be enabled);
Chose the “Console” tab:
Reproduce the issue - repeat the same actions which lead to an error, incorrect or unpredictable result;
Click right mouse button to evoke the context menu on any message from the list;
Click on the “Save as…” option of the context menu:
The Console logs are saved as a separate file on your PC.