opa-docker-authz icon indicating copy to clipboard operation
opa-docker-authz copied to clipboard

Improve request logging

Open tsandall opened this issue 8 years ago • 0 comments

Currently the plugin logs the Docker request object as is. As a result, the HTTP body is printed as a an array of bytes (which is not very useful.)

Instead, the plugin could log individual Docker request object fields and provide better formatting for values like the HTTP body.

This should be a fairly simple change as there is only one place where the request is logged.

Reported in #5

tsandall avatar Sep 18 '17 15:09 tsandall