

chore: update default log level
@a8efff402f29f34e3fd23a4ad415a8fd6c4cb0d6
--- faster_whisper_server/config.py
+++ faster_whisper_server/config.py
... | ... | @@ -167,7 +167,7 @@ |
167 | 167 |
|
168 | 168 |
model_config = SettingsConfigDict(env_nested_delimiter="__") |
169 | 169 |
|
170 |
- log_level: str = "info" |
|
170 |
+ log_level: str = "debug" |
|
171 | 171 |
host: str = Field(alias="UVICORN_HOST", default="0.0.0.0") |
172 | 172 |
port: int = Field(alias="UVICORN_PORT", default=8000) |
173 | 173 |
allow_origins: list[str] | None = None |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?