| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 568cbd1 commit fd2fd34
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,7 +68,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]): | |||
| 68 | 68 | ||
| 69 | 69 | # Server settings | |
| 70 | 70 | debug: bool = False | |
| 71 | - log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "ERROR" | ||
| 71 | + log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "INFO" | ||
| 72 | 72 | ||
| 73 | 73 | # HTTP settings | |
| 74 | 74 | host: str = "0.0.0.0" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments