Skip to content

Commit

Permalink
output to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikey committed Nov 8, 2023
1 parent 2b370df commit cef9565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/node/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func run() int {
signal.Notify(sig, os.Interrupt)

// Initialize logging.
log := zerolog.New(os.Stderr).With().Timestamp().Logger().Level(zerolog.DebugLevel)
log := zerolog.New(os.Stdout).With().Timestamp().Logger().Level(zerolog.DebugLevel)

// Parse CLI flags and validate that the configuration is valid.
cfg := parseFlags()
Expand Down

0 comments on commit cef9565

Please sign in to comment.