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

move logging into __name__-specific loggers from the root logger #206

Merged
merged 1 commit into from
Mar 23, 2016
Merged

move logging into __name__-specific loggers from the root logger #206

merged 1 commit into from
Mar 23, 2016

Conversation

emmettbutler
Copy link
Contributor

This pull request is a fixed version of #174

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 22, 2016
@emmettbutler emmettbutler mentioned this pull request Mar 22, 2016
class NullHandler(logging.Handler):
def emit(self, record):
pass
logging.getLogger(__name__).addHandler(NullHandler())

This comment was marked as spam.

@theacodes
Copy link
Contributor

This looks good to me. Merging. Thank you.

@theacodes theacodes merged commit a9bfae8 into googleapis:master Mar 23, 2016
akrherz pushed a commit to akrherz/google-api-python-client that referenced this pull request Apr 1, 2019
Supports client authentication using Authorization header.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants