make LOG_LEVEL configurable (#510)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user