Skip to content

Commit

Permalink
Log the entire config and fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
emizzle committed Oct 25, 2023
1 parent 3494eed commit ea2c611
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions codex/codex.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ea2c611

Please sign in to comment.