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
All you need to do is to select either "Info" or "Verbase" option next to filter field to see the console log.
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.
Right click on console area, Filter -> Unhide All, in filter option you will see all filters. Screenshot
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:
For those for whom none of the mentioned solutions helped out, you can try following:
While Console is opened press Ctrl+Shift+P
and then a little window will pop up where you can run commands.
One that concerns us is:
Console Show messages from all contexts
Had the same issue and resolved now following the below steps.