approval-voting: Move verbose log from debug to tracing (#3019)

... it was like that before it was accidentally changed in
https://github.com/paritytech/polkadot-sdk/commit/a84dd0dba58d51503b8942360aa4fb30a5a96af5

Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
This commit is contained in:
Alexandru Gheorghe
2024-01-22 23:38:34 +02:00
committed by GitHub
parent bbfff66843
commit 95ff9b2c54
@@ -2583,7 +2583,7 @@ where
_ => {},
}
gum::debug!(
gum::trace!(
target: LOG_TARGET,
validator_index = approval.validator.0,
candidate_hash = ?approved_candidate_hash,
@@ -2700,7 +2700,7 @@ where
let is_approved = check.is_approved(tick_now.saturating_sub(APPROVAL_DELAY));
if status.last_no_shows != 0 {
metrics.on_observed_no_shows(status.last_no_shows);
gum::debug!(
gum::trace!(
target: LOG_TARGET,
?candidate_hash,
?block_hash,