-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add request logging for service bindings #1278
Add request logging for service bindings #1278
Conversation
Add one of following labels |
e2269ed
to
4909ab0
Compare
"user_agent": req.UserAgent(), | ||
}).Info("Request details") | ||
|
||
if req.Body != nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already logged "Request details" - we can consider logging some message if the body is nil.
It can be inferred, but such explicitly put message would make analysis easier.
Description
Changes proposed in this pull request:
user_id
.Related issue(s)
See also #1203, #284 (comment)