make LOG_LEVEL configurable (#510)

This commit is contained in:
Kerem Yilmaz
2024-06-25 11:23:27 -07:00
committed by GitHub
parent f2ceb9f88d
commit fe1c7214f7
2 changed files with 12 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ class Settings(BaseSettings):
ENV: str = "local"
EXECUTE_ALL_STEPS: bool = True
JSON_LOGGING: bool = False
LOG_LEVEL: str = "INFO"
PORT: int = 8000
# Secret key for JWT. Please generate your own secret key in production