change log folder path
This commit is contained in:
parent
58c8bafe45
commit
cd0a747646
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user