Skip to content

Commit

Permalink
Merge pull request #247 from ethstorage/log_rpc
Browse files Browse the repository at this point in the history
log rpc
  • Loading branch information
syntrust authored Mar 15, 2024
2 parents e705e13 + dd088b2 commit bebcf7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/es-node/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ func NewConfig(ctx *cli.Context, log log.Logger) (*node.Config, error) {
if err != nil {
return nil, err
}
log.Info("Read L1 config", flags.L1NodeAddr.Name, l1Endpoint.L1NodeAddr)
log.Info("Read L1 config", flags.L1BeaconAddr.Name, l1Endpoint.L1BeaconURL)
defer client.Close()

storageConfig, err := NewStorageConfig(ctx, client)
Expand Down

0 comments on commit bebcf7f

Please sign in to comment.