I am logging using the jQuery.log plugin (which logs to console.log if available) and I am not seeing any of the logging messages appear in the Chrome JavaScript console.
I just found out logging was disabled from my filters.
I have this error by have obfuscated javascript code, deobfuscate and console.log work again)
For me, it was because the script was being cached and the browser was not loading my latest version.
Try Ctrl+F5
to reload your page.
I've just had the same problem and found this question when trying to find an answer.
What fixed this for me was disabling firebug lite in chrome. It was swallowing all console messages.
Resetting default setting works for me.
While in the console tab, pressingF1
should open the setting page. There you will different settings that you can adjust including the button Restore defaults and reload
.
Make sure you have the console showing and that it is showing "All".
The cursor is on the button to hide/show the console.
Update: In newer versions of Chrome, you need to click the filter icon, then make sure "All" is selected.