diff --git a/node/core/pvf/src/host.rs b/node/core/pvf/src/host.rs index 62cf77ba0912..48b23547e682 100644 --- a/node/core/pvf/src/host.rs +++ b/node/core/pvf/src/host.rs @@ -646,7 +646,7 @@ async fn handle_cleanup_pulse( artifact_ttl: Duration, ) -> Result<(), Fatal> { let to_remove = artifacts.prune(artifact_ttl); - tracing::info!( + tracing::debug!( target: LOG_TARGET, "PVF pruning: {} artifacts reached their end of life", to_remove.len(),