Skip to content

Commit

Permalink
fix: review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lmendes86 committed Sep 6, 2024
1 parent 51f7360 commit 5e28db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/metricsServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (s *Service) startMetricsServer() {

hln, err := net.Listen("tcp", s.cfg.metricsNetAddr)
if err != nil {
s.Logf("Metrics server can't listen on %s", s.cfg.metricsNetAddr)
s.Logf("Metrics server can't listen on %s: %s", s.cfg.metricsNetAddr, err)
return
}

Expand Down

0 comments on commit 5e28db9

Please sign in to comment.