Merge pull request #950 from sameo/topic/loglevel
main: Define -log-level option
This commit is contained in:
commit
974bafe012
6 changed files with 22 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue