Fedir Zadniprovskyi 2024-08-14
chore: log config on startup
@61a4ecbddb0995d135657a95c8195013302d9482
faster_whisper_server/main.py
--- faster_whisper_server/main.py
+++ faster_whisper_server/main.py
@@ -76,6 +76,8 @@
     return whisper
 
 
+logger.debug(f"Config: {config}")
+
 app = FastAPI()
 
 if config.allow_origins is not None:
Add a comment
List