log data dir at startup (fixes #229)

This commit is contained in:
Jacek Sieka 2019-10-22 22:53:58 +02:00
parent 669b81495a
commit bdb70ebe2c
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 0 deletions

View File

@ -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"