Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log level misunderstood by Chrome console #213

Closed
albancho opened this issue Sep 21, 2020 · 1 comment
Closed

Log level misunderstood by Chrome console #213

albancho opened this issue Sep 21, 2020 · 1 comment
Labels

Comments

@albancho
Copy link

When logging a debug (using this.logger.debug(xxx)), the message has the correct content, with the prefix "hh:mm:ss DEBUG", but when I want to filter those messages in Chrome, DEBUG is handled as an INFO message.

In Chrome, you are able to choose which level to display: Verbose/Info/Warnings/Errors.
If I disable "Verbose", nothing happens.
If I disable "Info", DEBUG logs disappears.

If I manually trigger a console.debug(xxx), it hides when I disable "Verbose", and stays displayed if I disable "Info".

This is annoying when you are on your dev machine, and punctually don't want to see debug logs.

@bmtheo
Copy link
Collaborator

bmtheo commented Feb 13, 2021

You are right, this is fixed by #224, it is waiting for review and I'll merge it after

@bmtheo bmtheo added the bug label Feb 13, 2021
@qortex qortex closed this as completed in 4921e4b Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants