Lower default log verbosity

This commit is contained in:
Jordan Liggitt 2020-08-01 22:27:04 -04:00
parent 09d6512ed3
commit a8ae7aefd0

View File

@ -15,7 +15,7 @@
# limitations under the License. # limitations under the License.
# Controls verbosity of the script output and logging. # Controls verbosity of the script output and logging.
KUBE_VERBOSE="${KUBE_VERBOSE:-5}" KUBE_VERBOSE="${KUBE_VERBOSE:-2}"
# Handler for when we exit automatically on an error. # Handler for when we exit automatically on an error.
# Borrowed from https://gist.github.com/ahendrix/7030300 # Borrowed from https://gist.github.com/ahendrix/7030300