Merge pull request #950 from sameo/topic/loglevel

main: Define -log-level option
This commit is contained in:
Daniel J Walsh 2017-10-06 09:51:07 -04:00 committed by GitHub
commit 974bafe012
6 changed files with 22 additions and 15 deletions

View file

@ -245,7 +245,7 @@ function start_crio() {
fi
${netfunc} $POD_CIDR
"$CRIO_BINARY" --debug --config "$CRIO_CONFIG" & CRIO_PID=$!
"$CRIO_BINARY" --log-level debug --config "$CRIO_CONFIG" & CRIO_PID=$!
wait_until_reachable
run crictl inspecti redis:alpine