moby--moby/libcontainerd/supervisor
Sebastiaan van Stijn 6560e0b136
cmd/dockerd: initContainerD(): clean-up some logs
Change the log-level for messages about starting the managed containerd instance
to be the same as for the main API. And remove a redundant debug-log.

With this patch:

    dockerd
    INFO[2022-08-11T11:46:32.573299176Z] Starting up
    INFO[2022-08-11T11:46:32.574304409Z] containerd not running, starting managed containerd
    INFO[2022-08-11T11:46:32.575289181Z] started new containerd process                address=/var/run/docker/containerd/containerd.sock module=libcontainerd pid=5370
cmd/dockerd: initContainerD(): clean-up some logs

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-11 14:11:08 +02:00
..
remote_daemon.go cmd/dockerd: initContainerD(): clean-up some logs 2022-08-11 14:11:08 +02:00
remote_daemon_linux.go libcontainerd/supervisor: platformCleanup(): use canonical socket address 2022-08-11 14:09:36 +02:00
remote_daemon_options.go libcontainerd/supervisor: don't write log-level to config file 2022-08-11 14:11:06 +02:00
remote_daemon_options_linux.go libcontainerd/supervisor: make supervisor adjust OOM score for containerd 2022-08-11 14:11:01 +02:00
remote_daemon_windows.go Remove 'docker-' prefix for containerd and runc binaries 2018-09-24 21:49:03 +00:00
utils_linux.go
utils_windows.go