更新 log.py

This commit is contained in:
jxxghp
2025-06-04 15:33:58 +08:00
committed by GitHub
parent 3a3de64b0f
commit 984f4731cd

View File

@@ -28,7 +28,7 @@ class LogConfigModel(BaseModel):
# 日志文件最大大小单位MB
LOG_MAX_FILE_SIZE: int = 5
# 备份的日志文件数量
LOG_BACKUP_COUNT: int = 3
LOG_BACKUP_COUNT: int = 10
# 控制台日志格式
LOG_CONSOLE_FORMAT: str = "%(leveltext)s[%(name)s] %(asctime)s %(message)s"
# 文件日志格式