Skip to content

Commit 7c2ef3d

Browse files
committed
Make consumer client reservation expired log message debug -> info level
1 parent 7768606 commit 7c2ef3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opsqueue/src/consumer/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ impl Client {
284284
ServerToClientMessage::Async(msg) => {
285285
match msg {
286286
AsyncServerToClientMessage::ChunkReservationExpired(chunk_id) => {
287-
tracing::debug!("Server indicated that we took too long with {chunk_id:?}, and now our reservation has expired.");
287+
tracing::info!("Server indicated that we took too long with {chunk_id:?}, and now our reservation has expired.");
288288
},
289289
}
290290
}

0 commit comments

Comments
 (0)