Skip to content

Commit

Permalink
forgot to name the logger
Browse files Browse the repository at this point in the history
  • Loading branch information
marcia-piccione committed Apr 3, 2024
1 parent c5783e1 commit 11551c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wrphandlers/mocktr181/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func New(egress wrpkit.Handler, source string, logger *zap.Logger, opts ...Optio
h := Handler{
egress: egress,
source: source,
logger: logger,
logger: logger.Named("mocktr181"),
}

for _, opt := range opts {
Expand Down

0 comments on commit 11551c9

Please sign in to comment.