mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
beacon/eth1: degrade log to debug level (#1105)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user