summaryrefslogtreecommitdiffstats
path: root/zte/vmanager/driver/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'zte/vmanager/driver/settings.py')
-rw-r--r--zte/vmanager/driver/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/vmanager/driver/settings.py b/zte/vmanager/driver/settings.py
index c2f6c971..ddc2a86a 100644
--- a/zte/vmanager/driver/settings.py
+++ b/zte/vmanager/driver/settings.py
@@ -148,7 +148,7 @@ if platform.system() == 'Windows' or 'test' in sys.argv:
}}
else:
LOGGING_CONFIG = None
-# yaml configuration of logging
+ # yaml configuration of logging
LOGGING_FILE = os.path.join(BASE_DIR, 'driver/log.yml')
config.yamlConfig(filepath=LOGGING_FILE, watchDog=True)