Search code examples
google-chromegoogle-chrome-devtools

Show only errors in Chrome development console


Is there a way to display only errors on the Chrome development console?

Right now it displays about a million warnings and I have to search through them to find the errors.

Thanks!


Solution

  • In the latest version of Chrome console there is now a drop-down menu next to the Filter box, which is set to "Info" by default. This menu allows you to switch between only showing errors, warnings, info or verbose.

    Pictured here:

    The "Level" drop-down menu in the Google Chrome console