Update log file name
This commit is contained in:
@@ -20,7 +20,7 @@ logging:
|
|||||||
class: logging.handlers.RotatingFileHandler
|
class: logging.handlers.RotatingFileHandler
|
||||||
level: INFO
|
level: INFO
|
||||||
formatter: simple
|
formatter: simple
|
||||||
filename: wcai.log
|
filename: wx_info.log
|
||||||
maxBytes: 10485760 # 10MB
|
maxBytes: 10485760 # 10MB
|
||||||
backupCount: 20
|
backupCount: 20
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
@@ -29,7 +29,7 @@ logging:
|
|||||||
class: logging.handlers.RotatingFileHandler
|
class: logging.handlers.RotatingFileHandler
|
||||||
level: ERROR
|
level: ERROR
|
||||||
formatter: error
|
formatter: error
|
||||||
filename: errors.log
|
filename: wx_error.log
|
||||||
maxBytes: 10485760 # 10MB
|
maxBytes: 10485760 # 10MB
|
||||||
backupCount: 20
|
backupCount: 20
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
|
|||||||
Reference in New Issue
Block a user