mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 03:27:58 +00:00
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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user