Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Commit

Permalink
cc-oci-runtime.sh: Enable debug by default
Browse files Browse the repository at this point in the history
We can assume that most of the time using
cc-oci-runtime.sh means we're looking for some debug information.

Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
Samuel Ortiz committed Jun 20, 2017
1 parent 295f88f commit 567127f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/cc-oci-runtime.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ fi

# Uncomment to enable the global log which will persist after a Clear
# Container is destroyed.
## runtime_args="$runtime_args --global-log=\"$global_log\""
runtime_args="$runtime_args --global-log=\"$global_log\""

# Uncomment to supplement the log with debug information
## runtime_args="$runtime_args --debug"
runtime_args="$runtime_args --debug"

eval exec "$runtime" "$runtime_args" $@

0 comments on commit 567127f

Please sign in to comment.