d7444aebe0839d05ab20372b9863b497da339906
Uses a new middleware which calls httputils.DumpRequest which is output to `logrus.Debug`. This is implemented in a separate middleare so that we only have to check the logging level when the router is instantiated rather than at every request. If this was just `logrus.Debug(httputil.DumpRequest(...))`, the DumpRequest would be called on each request requardless of logging level set on the daemon. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 37dbe075196d638d6bd417716deaf067247ee966 Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%