Do not log PVF prunning every hour (#4372)

This lowers the level of the PVF pruning.

Closes https://github.com/paritytech/polkadot/issues/4361
This commit is contained in:
Sergei Shulepov
2021-11-26 16:41:58 +01:00
committed by GitHub
parent bce0e5ac7f
commit f6b4215100
+1 -1
View File
@@ -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(),