feat 更新响应模板

fix
This commit is contained in:
zhouchengrong
2024-06-17 13:10:46 +08:00
parent 0a868d6817
commit f2bb7a11f9
4 changed files with 112 additions and 108 deletions

View File

@@ -9,7 +9,7 @@ LOGGER_CONFIG_DICT = {
"handlers": {
"console": {
"class": "logging.StreamHandler",
"level": "DEBUG",
"level": "INFO",
"formatter": "simple",
"stream": "ext://sys.stdout",
},