diff --git a/frontend/src/components/Contexts/SignalRContext.tsx b/frontend/src/components/Contexts/SignalRContext.tsx index e04d66e9f..6ba5c79e4 100644 --- a/frontend/src/components/Contexts/SignalRContext.tsx +++ b/frontend/src/components/Contexts/SignalRContext.tsx @@ -76,6 +76,7 @@ export const SignalRProvider: FC = ({ children }) => { signalR.HttpTransportType.LongPolling, }) .withAutomaticReconnect() + .configureLogging(signalR.LogLevel.Error) .build() newConnection.onclose((error) => {