Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit d712de6

Browse files
committed
use debug log
1 parent 4f66957 commit d712de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shared/src/p2p/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ async fn handle_incoming_response(
312312
bail!("received GetTaskLogsResponse from {from}, but get task logs protocol is not enabled");
313313
}
314314

315-
log::info!("received GetTaskLogsResponse from {from}: {resp:?}");
315+
log::debug!("received GetTaskLogsResponse from {from}: {resp:?}");
316316
let mut ongoing_outbound_requests = context.ongoing_outbound_requests.write().await;
317317
let Some(response_tx) =
318318
ongoing_outbound_requests.remove(&(from, Protocol::GetTaskLogs))

0 commit comments

Comments
 (0)