From 259ff92f303b9e195722f6d4967741a7eafd80b4 Mon Sep 17 00:00:00 2001 From: Di Xu Date: Thu, 18 Jul 2019 06:40:11 +0000 Subject: [PATCH] set disable_existing_loggers to False --- src/ClusterManager/logging.yaml | 3 ++- src/RestAPI/logging.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ClusterManager/logging.yaml b/src/ClusterManager/logging.yaml index b276c6d8d..37e98eee8 100755 --- a/src/ClusterManager/logging.yaml +++ b/src/ClusterManager/logging.yaml @@ -1,4 +1,5 @@ version: 1 +disable_existing_loggers: False formatters: simple: format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s' @@ -23,4 +24,4 @@ loggers: propagate: no root: level: DEBUG - handlers: ['console','file'] \ No newline at end of file + handlers: ['console','file'] diff --git a/src/RestAPI/logging.yaml b/src/RestAPI/logging.yaml index d42108867..b104f120e 100755 --- a/src/RestAPI/logging.yaml +++ b/src/RestAPI/logging.yaml @@ -1,4 +1,5 @@ version: 1 +disable_existing_loggers: False formatters: simple: format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'