mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
additional startup logging
This commit is contained in:
parent
f68aa9218f
commit
0f44d2eff7
@ -443,6 +443,8 @@ proc init*(T: type BeaconNode,
|
||||
onAttestationSent: onAttestationSent,
|
||||
)
|
||||
|
||||
debug "Loading validators", validatorsDir = config.validatorsDir()
|
||||
|
||||
node.addValidators()
|
||||
|
||||
block:
|
||||
|
@ -652,6 +652,11 @@ proc initCompatV1*(T: type SlashingProtectionDB_v2,
|
||||
# Cached queries
|
||||
result.db.setupCachedQueries()
|
||||
|
||||
debug "Loaded slashing protection (v2)",
|
||||
genesis_validators_root = shortLog(genesis_validators_root),
|
||||
requiresMigration = result.requiresMigration,
|
||||
basePath, dbname
|
||||
|
||||
# Resource Management
|
||||
# -------------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user