mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
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> Upstream-commit: cf4fb150880ec5f4153c291e67238e28f3cbdf9b Component: engine