Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9152253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:59:48+00:00 2026-06-17T11:59:48+00:00

The Chrome Developer Tools console logs an error each time a page asset (including

  • 0

The Chrome Developer Tools console logs an error each time a page asset (including an image) isn’t found (i.e. returns 404).

In my work, I’m often working on sites where images are provided by third parties and may not be available during development. Having each missing image show up as an error in the console makes other more important errors (e.g. JavaScript errors) harder to notice.

Is there a setting that stops the console logging unfound images as errors?

Or is there some way to filter console messages by the same sort of criteria that you can filter requests by in the Network tab?

(See e.g. http://chromium.googlecode.com/issues/attachment?aid=1337330000000&name=Screenshot-Google%2B+-+Google+Chrome.png&token=1F05er8uKjAQEEBrUITFjsIGJ2A%3A1358867878658&inline=1)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T11:59:49+00:00Added an answer on June 17, 2026 at 11:59 am

    Work has “started” on this by the Chromium team: https://code.google.com/p/chromium/issues/detail?id=96212

    Update: The feature request was closed on March 18, 2013. I’m not sure in which version of Chrome this feature first appeared, but I can confirm console filtering options in my Chrome v33.0.1750.152 (Linux).

    Update 2: Currently, when a filter (plain text or regular expression) is entered, it is tested against the message text (e.g. GET http://example.com/foobar 404 (Not Found)) as well as the text of the right side link (e.g. test.html:65). (I have filed an issue with Chromium to track this.)

    As a workaround, use a regular expression filter like:

    ^(?!.* 404 \(Not Found\))(?!.*[file name])

    where [file name] is the file name from the right side link.

    For example, if my page is test.html, then ^(?!.* 404 \(Not Found\))(?!.*test\.html) will work.

    Note: This will also filter out messages that have the file name in the message text. I’m not sure there is a way around this for now.

    Update (2019-06-05): This expression will filter out 404s in my current version of Chrome (75.0.3770.80):

    -/404\s\(Not\sFound\)$/
    

    It seems the filtering first splits the filter string by whitespace before processing each token, but it will also split spaces inside of a regular expression, so the \s‘s are necessary.

    Technically, this will filter out any message ending with the (case insensitive) string “404 (Not Found)”, including console.log messages.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I open the Chrome Developer Tools JavaScript console to get a REPL, the
When creating a new Image element in javascript, Google Chrome's memory tool (Developer tools
I do a lot of my work from Chrome's developer tools console and firebug
Possible Duplicate: Bizarre console.log behaviour in Chrome Developer Tools Given the following script :
Chrome Developer Tools command console provides a handy command : copy() . From example,
I use jQuery in my page, when I use Chrome developer tool, I found
Whenever I use Console in Chrome's Developer Tools or Firebug to interpret a jQuery
Is there a good resource on using console of Google chrome developer tools. I
The console in Chrome Developer Tools used to echo out the string represenation of
I want to clear the Console tab in Chrome developer tools inside the Chrome

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.