Skip to content

Commit

Permalink
Downgrade log message to trace (#3405)
Browse files Browse the repository at this point in the history
This spams logs in `Debug` with no useful information.
  • Loading branch information
bkchr authored Feb 20, 2024
1 parent 5f8b6f3 commit ef6ac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/core/prospective-parachains/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ef6ac94

Please sign in to comment.