log data dir at startup (fixes #229)
This commit is contained in:
parent
669b81495a
commit
bdb70ebe2c
|
@ -823,6 +823,7 @@ proc start(node: BeaconNode, headState: BeaconState) =
|
|||
SLOTS_PER_EPOCH,
|
||||
SECONDS_PER_SLOT,
|
||||
SPEC_VERSION,
|
||||
dataDir = node.config.dataDir,
|
||||
cat = "init",
|
||||
pcs = "start_beacon_node"
|
||||
|
||||
|
|
Loading…
Reference in New Issue