From 831a5293f81aa529adde07082f1481fd244fa28b Mon Sep 17 00:00:00 2001 From: Chien-Ming Huang Date: Fri, 7 Jul 2017 09:04:06 -0400 Subject: [PATCH] change log output --- src/ss_log_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ss_log_config.json b/src/ss_log_config.json index db1d22a..5be38a1 100644 --- a/src/ss_log_config.json +++ b/src/ss_log_config.json @@ -21,7 +21,7 @@ "class": "logging.handlers.RotatingFileHandler", "level": "DEBUG", "formatter": "basic_format", - "filename": "../logs/ss_debug.log", + "filename": "ss_debug.log", "maxBytes": 50000000, "backupCount": 20, "encoding": "utf8" @@ -31,7 +31,7 @@ "class": "logging.handlers.RotatingFileHandler", "level": "ERROR", "formatter": "basic_format", - "filename": "../logs/ss_error.log", + "filename": "ss_error.log", "maxBytes": 50000000, "backupCount": 20, "encoding": "utf8"