Skip to content

Commit c5545e0

Browse files
authored
Merge pull request gitpython-developers#666 from bpoldrack/bf-nullhandler
BF: Added missing NullHandler to logger in git.remote
2 parents cd28a87 + b683f4d commit c5545e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: git/remote.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939

4040
log = logging.getLogger('git.remote')
41+
log.addHandler(logging.NullHandler())
4142

4243

4344
__all__ = ('RemoteProgress', 'PushInfo', 'FetchInfo', 'Remote')

0 commit comments

Comments
 (0)