Skip to content

Commit

Permalink
Downgrade logging to debug (#2980)
Browse files Browse the repository at this point in the history
There is no need to spawn operators with this debug log.

Closes: #2974
  • Loading branch information
bkchr authored Jan 18, 2024
1 parent d6c0f15 commit 38205bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/core/approval-voting/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3343,7 +3343,7 @@ async fn issue_approval<Context>(
);
}

gum::info!(
gum::debug!(
target: LOG_TARGET,
?candidate_hash,
?block_hash,
Expand Down

0 comments on commit 38205bf

Please sign in to comment.