Update log file name

This commit is contained in:
Changhua
2022-09-27 22:49:33 +08:00
parent 9c5609fd10
commit 39f3027407

View File

@@ -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