Skip to content

Commit

Permalink
Update beacon-chain/main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored Apr 17, 2020
1 parent 1ea15f9 commit 7947aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func startNode(ctx *cli.Context) error {
}
logrus.SetLevel(level)
if level == logrus.TraceLevel {
// libp2p specific logging
// libp2p specific logging.
golog.SetAllLoggers(gologging.DEBUG)
// Geth specific logging.
glogger := gethlog.NewGlogHandler(gethlog.StreamHandler(os.Stderr, gethlog.TerminalFormat(true)))
Expand Down

0 comments on commit 7947aaf

Please sign in to comment.