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…
Reference in New Issue