mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
更新 log.py
This commit is contained in:
@@ -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"
|
||||
# 文件日志格式
|
||||
|
||||
Reference in New Issue
Block a user