Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from signalfx/log_propagation
Browse files Browse the repository at this point in the history
Turn off log propagation
  • Loading branch information
Drew Griffin authored Jul 20, 2016
2 parents 765f2d8 + c483c87 commit 8a3f8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ def notice(self, msg):
logging.setLoggerClass(CollectdLogger)
log = logging.getLogger(__name__)
log.setLevel(logging.DEBUG)
log.propagate = False
handle = CollectdLogHandler('docker')
log.addHandler(handle)

Expand Down

0 comments on commit 8a3f8e3

Please sign in to comment.