From 39f3027407ed133b00da817b8ce11aa33ee202e2 Mon Sep 17 00:00:00 2001 From: Changhua Date: Tue, 27 Sep 2022 22:49:33 +0800 Subject: [PATCH] Update log file name --- config.yaml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml.template b/config.yaml.template index 79c2afd..27c3e32 100644 --- a/config.yaml.template +++ b/config.yaml.template @@ -20,7 +20,7 @@ logging: class: logging.handlers.RotatingFileHandler level: INFO formatter: simple - filename: wcai.log + filename: wx_info.log maxBytes: 10485760 # 10MB backupCount: 20 encoding: utf8 @@ -29,7 +29,7 @@ logging: class: logging.handlers.RotatingFileHandler level: ERROR formatter: error - filename: errors.log + filename: wx_error.log maxBytes: 10485760 # 10MB backupCount: 20 encoding: utf8