Skip to content

Commit

Permalink
chore: add log info
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed Mar 25, 2024
1 parent d276afb commit 8de26d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (n *validator) refresh() {
mevRunning, err := n.client.MevRunning(context.Background())
if err != nil {
metrics.ChainError.Inc()
log.Errorw("failed to fetch mev running status", "err", err)
log.Errorw("failed to fetch mev running status", "url", n.cfg.PrivateURL, "err", err)
}

n.mevRunning = mevRunning
Expand Down

0 comments on commit 8de26d6

Please sign in to comment.