Commit 8df6dc09 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #18102 from derekwaynecarr/reduce_log

Auto commit by PR queue bot
parents 224aebd2 d406754e
......@@ -45,8 +45,8 @@ e2e_storage_test_environment: '$(echo "$E2E_STORAGE_TEST_ENVIRONMENT" | sed -e "
EOF
cat <<EOF >/etc/salt/minion.d/log-level-debug.conf
log_level: info
log_level_logfile: debug
log_level: warning
log_level_logfile: warning
EOF
cat <<EOF >/etc/salt/minion.d/grains.conf
......@@ -99,6 +99,8 @@ function install-salt() {
}
function run-salt() {
echo " Now waiting for the Salt provisioning process to complete on this machine."
echo " This can take some time based on your network, disk, and cpu speed."
salt-call --local state.highstate
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment