mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 09:31:12 +00:00
Downgrade log message to trace (#3405)
This spams logs in `Debug` with no useful information.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user