mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Lower default log verbosity
This commit is contained in:
parent
09d6512ed3
commit
a8ae7aefd0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user