mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-26 16:33:13 +00:00
Log the entire config and fix build error
This commit is contained in:
parent
1351b0d222
commit
c87715046e
@ -129,13 +129,7 @@ proc bootstrapInteractions(
|
||||
return (client, host, validator)
|
||||
|
||||
proc start*(s: CodexServer) {.async.} =
|
||||
notice "Starting codex node",
|
||||
persistence = s.config.persistence,
|
||||
validator = s.config.validator,
|
||||
ethAccount = s.config.ethAccount,
|
||||
simProofFailures = s.config.simulateProofFailures,
|
||||
dataDir = s.config.dataDir,
|
||||
logFile = s.config.logFile
|
||||
notice "Starting codex node", config = $s.config
|
||||
|
||||
await s.repoStore.start()
|
||||
s.maintenance.start()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user