additional logs for ws connection dropping
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
parent
ae56c4baf9
commit
69f1427bf2
@ -232,7 +232,7 @@ where
|
||||
break;
|
||||
}
|
||||
if let Err(e) = msg_info {
|
||||
log::error!("Shutting down websocket connection: Failed to receive data: {e}");
|
||||
log::error!("Shutting down websocket connection for shard: Failed to receive data: {e}");
|
||||
break;
|
||||
}
|
||||
|
||||
@ -371,7 +371,7 @@ where
|
||||
break;
|
||||
}
|
||||
if let Err(e) = msg_info {
|
||||
log::error!("Shutting down websocket connection: Failed to receive data: {e}");
|
||||
log::error!("Shutting down websocket connection for feed: Failed to receive data: {e}");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user