beacon/eth1: degrade log to debug level (#1105)
This commit is contained in:
parent
353e496bcb
commit
fcccf63d29
@ -644,7 +644,7 @@ impl Service {
|
|||||||
.unwrap_or_else(|| "n/a".into());
|
.unwrap_or_else(|| "n/a".into());
|
||||||
|
|
||||||
if blocks_imported > 0 {
|
if blocks_imported > 0 {
|
||||||
info!(
|
debug!(
|
||||||
service_1.log,
|
service_1.log,
|
||||||
"Imported eth1 block(s)";
|
"Imported eth1 block(s)";
|
||||||
"latest_block_age" => latest_block_mins,
|
"latest_block_age" => latest_block_mins,
|
||||||
|
Loading…
Reference in New Issue
Block a user