feat generate 升级 attribute retrieve 迁移
This commit is contained in:
@@ -17,7 +17,7 @@ LOGGER_CONFIG_DICT = {
|
||||
"class": "logging.handlers.RotatingFileHandler",
|
||||
"level": "INFO",
|
||||
"formatter": "simple",
|
||||
"filename": LOGS_PATH,
|
||||
"filename": f"{LOGS_PATH}info.log",
|
||||
"maxBytes": 10485760,
|
||||
"backupCount": 50,
|
||||
"encoding": "utf8",
|
||||
@@ -26,7 +26,7 @@ LOGGER_CONFIG_DICT = {
|
||||
"class": "logging.handlers.RotatingFileHandler",
|
||||
"level": "ERROR",
|
||||
"formatter": "simple",
|
||||
"filename": LOGS_PATH,
|
||||
"filename": f"{LOGS_PATH}error.log",
|
||||
"maxBytes": 10485760,
|
||||
"backupCount": 20,
|
||||
"encoding": "utf8",
|
||||
@@ -35,7 +35,7 @@ LOGGER_CONFIG_DICT = {
|
||||
"class": "logging.handlers.RotatingFileHandler",
|
||||
"level": "DEBUG",
|
||||
"formatter": "simple",
|
||||
"filename": LOGS_PATH,
|
||||
"filename": f"{LOGS_PATH}debug.log",
|
||||
"maxBytes": 10485760,
|
||||
"backupCount": 50,
|
||||
"encoding": "utf8",
|
||||
|
||||
Reference in New Issue
Block a user