Switch to mycroft.util.logger

Changed from a plain logger to mycroft.util.logger
pull/964/head
penrods 2017-08-03 16:41:31 -05:00 committed by Steve Penrod
parent 54bf9b3cb6
commit 76ef80e443
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import os.path
import tempfile import tempfile
import mycroft import mycroft
import time import time
from logging import getLogger from mycroft.util.logging import getLogger
LOG = getLogger(__name__) LOG = getLogger(__name__)