added raw dada logs (#2736)

This commit is contained in:
Prakash Maheshwaran
2025-06-17 23:34:39 -04:00
committed by GitHub
parent fe38488a40
commit 3e3522fc4c
3 changed files with 72 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ class Settings(BaseSettings):
ENV: str = "local"
EXECUTE_ALL_STEPS: bool = True
JSON_LOGGING: bool = False
LOG_RAW_API_REQUESTS: bool = True
LOG_LEVEL: str = "INFO"
PORT: int = 8000
ALLOWED_ORIGINS: list[str] = ["*"]