Skip to content

Commit

Permalink
displaying the timeout propose in the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Sep 19, 2024
1 parent 33b2f7f commit dc127da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/celestia-appd/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ is performed. Note, when enabled, gRPC will also be automatically enabled.
}

serverCtx := server.GetServerContextFromCmd(cmd)
serverCtx.Logger.Info("starting node with timeout_propose: ",
serverCtx.Config.Consensus.TimeoutPropose.Seconds())
clientCtx, err := client.GetClientQueryContext(cmd)
if err != nil {
return err
Expand Down

0 comments on commit dc127da

Please sign in to comment.