-
-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
Although the documentation for Chrome console specifies that console.debug has a log level of "info", it actually has log level of "verbose".
With the current loglevel implementation, debug messages are mapped to console.info. This behavior doesn't allow filtering messages in the dev console which are actually "verbose", and hence causing console.debug and log.debug to have different behaviors.
I suggest that log.debug would map to console debug.
CaitlinWeb, hcharley, verzac, jocafi, footniko and 9 more
Metadata
Metadata
Assignees
Labels
No labels