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

Don't use root logger #112

Closed
ulope opened this issue Oct 28, 2015 · 1 comment
Closed

Don't use root logger #112

ulope opened this issue Oct 28, 2015 · 1 comment
Milestone

Comments

@ulope
Copy link

ulope commented Oct 28, 2015

If no "Application" logger is available traitlets.log.get_logger() falls back to grabbing the root logger.

This makes it impossible to selectively silence it's debugging output - for example the (IMO quite useless) "Using default logger" message.

To reproduce:

import IPython
import logging

logging.basicConfig(level=logging.DEBUG)
IPython.embed()
@rkern
Copy link
Contributor

rkern commented May 27, 2016

Fixed by #233.

@minrk minrk added this to the 4.3 milestone May 27, 2016
@minrk minrk closed this as completed May 27, 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

3 participants