Skip to content

Commit

Permalink
op-supervisor: Remove rpc url from log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed Jun 27, 2024
1 parent 30fe1ce commit 01e36e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-supervisor/supervisor/backend/source/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func NewChainMonitor(ctx context.Context, logger log.Logger, genericMetrics Metr
if err != nil {
return nil, err
}
logger.Info("Monitoring chain", "rpc", rpc)
logger.Info("Monitoring chain")
headMonitor := NewHeadMonitor(logger, epochPollInterval, cl, &loggingCallback{logger})
return &ChainMonitor{
headMonitor: headMonitor,
Expand Down

0 comments on commit 01e36e4

Please sign in to comment.