Dirk Alders 4 years ago
parent
commit
561b564b3d
3 changed files with 4800 additions and 4797 deletions
  1. 5
    2
      __init__.py
  2. 4795
    4795
      _testresults_/unittest.json
  3. BIN
      _testresults_/unittest.pdf

+ 5
- 2
__init__.py View File

@@ -30,8 +30,11 @@ import logging
30 30
 import time
31 31
 
32 32
 
33
-logger_name = 'STATE_MACHINE'
34
-logger = logging.getLogger(logger_name)
33
+try:
34
+    from config import APP_NAME as ROOT_LOGGER_NAME
35
+except ImportError:
36
+    ROOT_LOGGER_NAME = 'root'
37
+logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
35 38
 
36 39
 
37 40
 __INTERPRETER__ = (2, 3)

+ 4795
- 4795
_testresults_/unittest.json
File diff suppressed because it is too large
View File


BIN
_testresults_/unittest.pdf View File


Loading…
Cancel
Save