Release 546dd35cadc32b0e414df9820aefd442
This commit is contained in:
parent
362cb1fc17
commit
561b564b3d
@ -30,8 +30,11 @@ import logging
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
logger_name = 'STATE_MACHINE'
|
try:
|
||||||
logger = logging.getLogger(logger_name)
|
from config import APP_NAME as ROOT_LOGGER_NAME
|
||||||
|
except ImportError:
|
||||||
|
ROOT_LOGGER_NAME = 'root'
|
||||||
|
logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
|
||||||
|
|
||||||
|
|
||||||
__INTERPRETER__ = (2, 3)
|
__INTERPRETER__ = (2, 3)
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user