validops-east-1 commited on
Commit
d5eb307
·
1 Parent(s): b9abdd8
Files changed (1) hide show
  1. app/core/config.py +1 -1
app/core/config.py CHANGED
@@ -56,7 +56,7 @@ class Settings(BaseSettings):
56
  TEMP_DIR: str = "/tmp/pdf2img_temp"
57
  OUTPUT_TTL_SECONDS: int = 3600
58
 
59
- LOG_LEVEL: str = "INFO"
60
  LOG_FORMAT: Literal["json", "console"] = "console"
61
 
62
  RATE_LIMIT: int = 100
 
56
  TEMP_DIR: str = "/tmp/pdf2img_temp"
57
  OUTPUT_TTL_SECONDS: int = 3600
58
 
59
+ LOG_LEVEL: str = "info"
60
  LOG_FORMAT: Literal["json", "console"] = "console"
61
 
62
  RATE_LIMIT: int = 100