Skip to content

Commit

Permalink
wire the logger from the server into the Request
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Nov 19, 2024
1 parent 22693fa commit 322c5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions token/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ func DecodeServerRequest(rb RequestBuilders) func(context.Context, *http.Request
return nil, err
}

tr.Logger = sallust.Get(ctx)
return tr, nil
}
}
Expand Down

0 comments on commit 322c5ff

Please sign in to comment.