We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7768606 commit 7c2ef3dCopy full SHA for 7c2ef3d
opsqueue/src/consumer/client.rs
@@ -284,7 +284,7 @@ impl Client {
284
ServerToClientMessage::Async(msg) => {
285
match msg {
286
AsyncServerToClientMessage::ChunkReservationExpired(chunk_id) => {
287
- tracing::debug!("Server indicated that we took too long with {chunk_id:?}, and now our reservation has expired.");
+ tracing::info!("Server indicated that we took too long with {chunk_id:?}, and now our reservation has expired.");
288
},
289
}
290
0 commit comments