remove websocket.path log from exception logging

This commit is contained in:
makaveli10
2024-02-15 15:08:08 +05:30
parent c1420cba0d
commit 57c4b60e04
+1 -1
View File
@@ -257,7 +257,7 @@ class TranscriptionServer:
websocket.close()
break
except ConnectionClosed:
logging.info(f"Connection closed by client with path: {websocket.path}")
logging.info("Connection closed by client.")
except json.JSONDecodeError:
logging.error("Failed to decode JSON from client")
except Exception as e: