I am in the developer view in Chrome (cmd+shift+c). Under the console tab, it shows this message
7 items hidden by filters
But the issue is I have no filters set. I tried right clicking and selecting 'Filter' but the unhide all is greyed out. And tried reseting the developer console.But it didnt work, how do i fix this ?
You must close the "console sidebar" to enable the log level filter. DevTools has this sidebar closed by default, which is why "Restore to defaults" also works.
You need to click on the circled X in the filter area, or focus the filter area and delete the text typed there.
What really worked for me was to click on the settings button, right top of the console window, and unselect
"Hide Network" and "Selected context only"
My settings became like that:
Right click on console area, Filter -> Unhide All, in filter option you will see all filters. Screenshot
Had the same issue and resolved now following the below steps.
All you need to do is to select either "Info" or "Verbase" option next to filter field to see the console log.