Downgrade logging to debug (#2980)

There is no need to spawn operators with this debug log.

Closes: https://github.com/paritytech/polkadot-sdk/issues/2974
This commit is contained in:
Bastian Köcher
2024-01-18 11:49:13 +01:00
committed by GitHub
parent d6c0f1531d
commit 38205bf139
@@ -3343,7 +3343,7 @@ async fn issue_approval<Context>(
); );
} }
gum::info!( gum::debug!(
target: LOG_TARGET, target: LOG_TARGET,
?candidate_hash, ?candidate_hash,
?block_hash, ?block_hash,