Switch to mycroft.util.logger
Changed from a plain logger to mycroft.util.loggerpull/964/head
parent
54bf9b3cb6
commit
76ef80e443
|
@ -3,7 +3,7 @@ import os.path
|
|||
import tempfile
|
||||
import mycroft
|
||||
import time
|
||||
from logging import getLogger
|
||||
from mycroft.util.logging import getLogger
|
||||
|
||||
LOG = getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue