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

logging level not working? #3431

Closed
nearalias opened this issue Aug 10, 2016 · 4 comments
Closed

logging level not working? #3431

nearalias opened this issue Aug 10, 2016 · 4 comments

Comments

@nearalias
Copy link

nearalias commented Aug 10, 2016

Expected Behavior

log messages from event_manager should not be shown to the user if level='debug', but "debug": false in config.

Actual Behavior

screen shot 2016-08-10 at 06 19 28

screen shot 2016-08-10 at 06 19 46

### Your config.json (remove your credentials and any other private info)

screen shot 2016-08-10 at 06 20 01

### Steps to Reproduce

run latest dev

Other Information

OS: Mac OS
Git Commit: 0c3c4c0
Python Version: 2.7.12

@smith-and-web
Copy link

+1 this is so cluttered

@douglascamata
Copy link
Member

You are using the log handler that has colors. It doesn't use the logging module from Python's standard library, like the rest of the bot, so it won't respect logging configurations.

@FranWatcher
Copy link

It's because a bug in the file step_walker.py
see #3484

@douglascamata
Copy link
Member

douglascamata commented Aug 11, 2016

Repeating: this is a problem of the coloured logger, because it doesn't use the Python's logging module and thus doesn't respect any logging level at all.

@k4n30 k4n30 closed this as completed Aug 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants