moby--moby/api
Dan Walsh cf4fb15088 The loggingMiddleware function is adding lots of messages to the log
When tools like kubernetes and cockpit are talking to the docker daemon
actively, we are seeing large number of log messages that look like debug
information.

For example

docker info adds the following line to journald.

Nov 26 07:09:23 dhcp-10-19-62-196.boston.devel.redhat.com docker[32686]: time="2015-11-26T07:09:23.124503455-05:00" level=info msg="GET /v1.22/info"

We think this should be Debug level not Info level.

Signed-off-by: Dan Walsh <dwalsh@redhat.com>
2015-11-26 07:10:38 -05:00
..
client Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
fixtures Add more unit tests (thus coverage) to pkg api 2015-08-04 19:51:02 +02:00
server The loggingMiddleware function is adding lots of messages to the log 2015-11-26 07:10:38 -05:00
types Merge pull request #17478 from vdemeester/pr-13921 2015-11-17 15:44:57 -08:00
README.md
common.go Change sorting method and add test to DisplayablePorts 2015-10-19 10:38:54 -05:00
common_test.go Change sorting method and add test to DisplayablePorts 2015-10-19 10:38:54 -05:00

README.md

This directory contains code pertaining to the Docker API:

  • Used by the docker client when communicating with the docker daemon

  • Used by third party tools wishing to interface with the docker daemon