increase salt logging to info

This commit is contained in:
m0duspwnens
2021-01-08 16:33:38 -05:00
parent 9eedb874fb
commit f07e583013
2 changed files with 4 additions and 0 deletions

View File

@@ -467,6 +467,8 @@ configure_minion() {
printf '%s\n'\
"use_superseded:"\
" - module.run"\
"log_level: info"\
"log_level_logfile: info"\
"log_file: /opt/so/log/salt/minion" >> "$minion_config"
{