Skip to content

Commit 89e9249

Browse files
Random-Liuestesp
authored andcommitted
Update all glog flags to log-level.
Signed-off-by: Lantao Liu <[email protected]>
1 parent b49929e commit 89e9249

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/gce/cloud-init/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ write_files:
8282
# cri-containerd on master uses the cni binary and config in the
8383
# release tarball.
8484
ExecStart=/home/cri-containerd/usr/local/bin/cri-containerd \
85-
--logtostderr --v=4 \
85+
--log-level=debug \
8686
--network-bin-dir=/home/cri-containerd/opt/cni/bin \
8787
--network-conf-dir=/home/cri-containerd/etc/cni/net.d
8888

contrib/gce/cloud-init/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ write_files:
8585
# Point to /home/kubernetes/bin where calico setup cni binary in kube-up.sh.
8686
# Point to /etc/cni/net.d where calico put cni config in kube-up.sh.
8787
ExecStart=/home/cri-containerd/usr/local/bin/cri-containerd \
88-
--logtostderr --v=4 \
88+
--log-level=debug \
8989
--network-bin-dir=/home/kubernetes/bin \
9090
--network-conf-dir=/etc/cni/net.d
9191

0 commit comments

Comments
 (0)