File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ kube::etcd::start() {
82
82
else
83
83
ETCD_LOGFILE=${ETCD_LOGFILE:- " /dev/null" }
84
84
fi
85
- kube::log::info " etcd --advertise-client-urls ${KUBE_INTEGRATION_ETCD_URL} --data-dir ${ETCD_DIR} --listen-client-urls http://${ETCD_HOST} :${ETCD_PORT} --debug > \" ${ETCD_LOGFILE} \" 2>/dev/null"
86
- etcd --advertise-client-urls " ${KUBE_INTEGRATION_ETCD_URL} " --data-dir " ${ETCD_DIR} " --listen-client-urls " ${KUBE_INTEGRATION_ETCD_URL} " --debug 2> " ${ETCD_LOGFILE} " > /dev/null &
85
+ kube::log::info " etcd --advertise-client-urls ${KUBE_INTEGRATION_ETCD_URL} --data-dir ${ETCD_DIR} --listen-client-urls http://${ETCD_HOST} :${ETCD_PORT} --log-level= debug > \" ${ETCD_LOGFILE} \" 2>/dev/null"
86
+ etcd --advertise-client-urls " ${KUBE_INTEGRATION_ETCD_URL} " --data-dir " ${ETCD_DIR} " --listen-client-urls " ${KUBE_INTEGRATION_ETCD_URL} " --log-level= debug 2> " ${ETCD_LOGFILE} " > /dev/null &
87
87
ETCD_PID=$!
88
88
89
89
echo " Waiting for etcd to come up."
You can’t perform that action at this time.
0 commit comments