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

Added NullHandlers to all loggers to prevent "No handler" messages #300

Merged
merged 1 commit into from Jun 26, 2015

Commits on Jun 25, 2015

  1. Added NullHandlers to all loggers to preven "No handler" messages

    When the code is run without setting up loggers, the loggers have no
    handlers for the emitted messages. The logging module displays:
    `No handlers could be found for logger "git.cmd"` on the
    console. By adding a NullHandler (a no-op) the message disappears,
    and doesn't affect logging when other handlers are configured.
    James Nowell
    James Nowell committed Jun 25, 2015
You can’t perform that action at this time.