Skip to content

Commit

Permalink
Add product to 'doc subscriber email sent' logs (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreda authored Oct 31, 2023
1 parent f464c96 commit 2557ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/reviews.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ func ReviewHandler(
"doc_id", docID,
"method", r.Method,
"path", r.URL.Path,
"product", doc.Product,
)
}
}
Expand Down
1 change: 1 addition & 0 deletions internal/api/v2/reviews.go
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ func ReviewsHandler(srv server.Server) http.Handler {
"doc_id", docID,
"method", r.Method,
"path", r.URL.Path,
"product", doc.Product,
)
}
}
Expand Down

0 comments on commit 2557ff1

Please sign in to comment.