Downgrade log message to trace (#3405)

This spams logs in `Debug` with no useful information.
This commit is contained in:
Bastian Köcher
2024-02-20 15:28:05 +01:00
committed by GitHub
parent 5f8b6f38a3
commit ef6ac94f52
@@ -298,7 +298,7 @@ async fn handle_active_leaves_update<Context>(
)
.expect("ancestors are provided in reverse order and correctly; qed");
gum::debug!(
gum::trace!(
target: LOG_TARGET,
relay_parent = ?hash,
min_relay_parent = scope.earliest_relay_parent().number,