Browse Source

add file_handler to root logger

chenhaiyang 5 years ago
parent
commit
72586a7452
1 changed files with 1 additions and 1 deletions
  1. 1 1
      logger_config.yaml

+ 1 - 1
logger_config.yaml

@@ -35,4 +35,4 @@ loggers:
 
 root:
     level: DEBUG
-    handlers: [console]
+    handlers: [console, file_handler]