change log folder path

This commit is contained in:
zhiyong 2025-05-10 22:48:01 +08:00
parent 58c8bafe45
commit cd0a747646

View File

@ -16,7 +16,7 @@ class Config:
MARKET_CLOSE_TIME = os.environ.get("MARKET_CLOSE_TIME", "15:10")
# Logging
LOG_DIR = "logs"
LOG_DIR = "../logs"
LOG_LEVEL = "INFO"
LOG_FORMAT = '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
LOG_MAX_BYTES = 10 * 1024 * 1024 # 10MB