Improve request logging format #74
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Milestone
The logging format for each incoming request prints memory address within a struct if the request contains pointer. This will not be very useful during debugging. We could improve it to log concrete value.
Once example of
CreateVolume
request:We cloud do similar logging as external-provisioner logging format for request/response. As an example:
The text was updated successfully, but these errors were encountered: