[fix] hotfix another bug related to the logging/log conflict

This commit is contained in:
Laurent Peuch 2017-01-30 05:19:50 +01:00 committed by GitHub
parent 4b143b0575
commit 7f5e2e1b2d

View file

@ -674,7 +674,7 @@ class Interface(BaseInterface):
# Attempt to retrieve log queues from an APIQueueHandler
if log_queues is None:
handler = logging.getHandlersByClass(APIQueueHandler, limit=1)
handler = log.getHandlersByClass(APIQueueHandler, limit=1)
if handler:
log_queues = handler.queues