Skip to content

Commit

Permalink
Add a name to prometheus logger
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Jul 7, 2023
1 parent ff8904a commit 3d5eed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/adapters/prometheus/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func NewPrometheus(logger logging.Logger) *Prometheus {
[]string{labelTopic},
),

logger: logger,
logger: logger.New("prometheus"),
}
}

Expand Down

0 comments on commit 3d5eed4

Please sign in to comment.