feat: add privacy-safe structured logging
This commit is contained in:
@@ -17,6 +17,7 @@ class Settings(BaseSettings):
|
||||
official_import_required: bool = False
|
||||
import_interval_seconds: int = Field(default=3600, ge=3600)
|
||||
rate_limit_secret: str = "change-rate-limit-secret"
|
||||
log_level: str = "INFO"
|
||||
model_config = SettingsConfigDict(env_file=".env", extra="ignore")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user