chore: 调整存储和日志模块

- oss_storage: 暂时使用本地存储,OSS 代码注释保留
- logger: 优化日志配置

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-05 13:57:49 +08:00
parent 885665ecf0
commit c08702085b
2 changed files with 66 additions and 32 deletions

View File

@@ -1,6 +1,9 @@
import logging
import sys
from datetime import datetime
from pathlib import Path
from app.config import settings
def setup_logger():