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

Add NullHandler to logging instance #19

Merged
merged 1 commit into from
Oct 1, 2015
Merged

Add NullHandler to logging instance #19

merged 1 commit into from
Oct 1, 2015

Conversation

ingwinlu
Copy link
Owner

@ingwinlu ingwinlu commented Oct 1, 2015

When no logging is configured, the absence of a logging handler makes
python output a warning to stdout. Adding a NullHandler resolves this
issue.

Closes #15

When no logging is configured, the absence of a logging handler makes
python output a warning to stdout. Adding a NullHandler resolves this
issue.

Closes #15
ingwinlu added a commit that referenced this pull request Oct 1, 2015
Add NullHandler to logging instance
@ingwinlu ingwinlu merged commit d59dd77 into master Oct 1, 2015
@ingwinlu ingwinlu deleted the fix_logger branch October 1, 2015 20:49
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

Successfully merging this pull request may close these issues.

logger warning if no handler is defined
1 participant