main: Replace -debug with -log-level

Running crio with -debug is very verbose. Having more granularity
on the log level can be useful when e.g. only looking for errors.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz 2017-09-27 11:33:03 +02:00
parent 5b2652c3e3
commit a5e5ccb365
5 changed files with 19 additions and 13 deletions

View file

@ -163,7 +163,7 @@ Description=OCI-based implementation of Kubernetes Container Runtime Interface
Documentation=https://github.com/kubernetes-incubator/cri-o
[Service]
ExecStart=/usr/local/bin/crio --debug
ExecStart=/usr/local/bin/crio --log-level debug
Restart=on-failure
RestartSec=5