mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
Downgrade re-org log to INFO (#6220)
* Downgrade re-org log to INFO * Update book Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com>
This commit is contained in:
@@ -48,7 +48,7 @@ use fork_choice::{
|
||||
};
|
||||
use itertools::process_results;
|
||||
use parking_lot::{Mutex, RwLock, RwLockReadGuard, RwLockWriteGuard};
|
||||
use slog::{crit, debug, error, warn, Logger};
|
||||
use slog::{crit, debug, error, info, warn, Logger};
|
||||
use slot_clock::SlotClock;
|
||||
use state_processing::AllCaches;
|
||||
use std::sync::Arc;
|
||||
@@ -1212,7 +1212,7 @@ fn detect_reorg<E: EthSpec>(
|
||||
&metrics::FORK_CHOICE_REORG_DISTANCE,
|
||||
reorg_distance.as_u64() as i64,
|
||||
);
|
||||
warn!(
|
||||
info!(
|
||||
log,
|
||||
"Beacon chain re-org";
|
||||
"previous_head" => ?old_block_root,
|
||||
|
||||
Reference in New Issue
Block a user