Skip to content

Commit 2b3c16c

Browse files
committed
BF: Added missing NullHandler to logger in git.remote
1 parent cf8dc25 commit 2b3c16c

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)