Skip to content

Commit

Permalink
Changed socket no data reconnect message to LogLevel Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Dec 23, 2024
1 parent 0179fd7 commit 0d9627c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static CryptoExchangeWebSocketClientLoggingExtension()
"[Sckt {SocketId}] starting task checking for no data received for {Timeout}");

_noDataReceiveTimoutReconnect = LoggerMessage.Define<int, TimeSpan?>(
LogLevel.Debug,
LogLevel.Warning,
new EventId(1027, "NoDataReceiveTimeoutReconnect"),
"[Sckt {SocketId}] no data received for {Timeout}, reconnecting socket");

Expand Down

0 comments on commit 0d9627c

Please sign in to comment.