|
@@ -140,7 +140,7 @@ func (cli *DaemonCli) initContainerD(ctx context.Context) (func(time.Duration) e
|
|
|
return nil, errors.Wrap(err, "could not determine whether the system containerd is running")
|
|
|
}
|
|
|
if !ok {
|
|
|
- logrus.Debug("Containerd not running, starting daemon managed containerd")
|
|
|
+ logrus.Info("containerd not running, starting managed containerd")
|
|
|
opts, err := cli.getContainerdDaemonOpts()
|
|
|
if err != nil {
|
|
|
return nil, errors.Wrap(err, "failed to generate containerd options")
|
|
@@ -150,7 +150,6 @@ func (cli *DaemonCli) initContainerD(ctx context.Context) (func(time.Duration) e
|
|
|
if err != nil {
|
|
|
return nil, errors.Wrap(err, "failed to start containerd")
|
|
|
}
|
|
|
- logrus.Debug("Started daemon managed containerd")
|
|
|
cli.Config.ContainerdAddr = r.Address()
|
|
|
|
|
|
// Try to wait for containerd to shutdown
|