beacon/eth1: degrade log to debug level (#1105)

This commit is contained in:
Raw Pong Ghmoa 2020-05-06 00:54:37 +02:00 committed by GitHub
parent 353e496bcb
commit fcccf63d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -644,7 +644,7 @@ impl Service {
.unwrap_or_else(|| "n/a".into());
if blocks_imported > 0 {
info!(
debug!(
service_1.log,
"Imported eth1 block(s)";
"latest_block_age" => latest_block_mins,