Chrome: console.log, console.debug are not working

Ihar Krasnik picture Ihar Krasnik · Sep 12, 2013 · Viewed 141.5k times · Source

Console.log and debug not printing, only return undefined. Why it can be? I've tried to re-install chrome, but it doesn't help.

Here is screenshot from chrome's main page, so functions are not redefined in some code console.log doesn't work

Answer

Alexey Borovikov picture Alexey Borovikov · Sep 17, 2013

Click “Default levels” and make sure that "Info" is checked. By default it is only set to show Errors and Warnings

I came here with the same problem :/