

chore: log config on startup
@61a4ecbddb0995d135657a95c8195013302d9482
--- faster_whisper_server/main.py
+++ faster_whisper_server/main.py
... | ... | @@ -76,6 +76,8 @@ |
76 | 76 |
return whisper |
77 | 77 |
|
78 | 78 |
|
79 |
+logger.debug(f"Config: {config}") |
|
80 |
+ |
|
79 | 81 |
app = FastAPI() |
80 | 82 |
|
81 | 83 |
if config.allow_origins is not 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?