mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #33821 from cachedout/issue_33818
Restore deafault log level to warning
This commit is contained in:
commit
3f6d06a060
1 changed files with 1 additions and 1 deletions
|
@ -938,7 +938,7 @@ DEFAULT_MINION_OPTS = {
|
|||
'tcp_pub_port': 4510,
|
||||
'tcp_pull_port': 4511,
|
||||
'log_file': os.path.join(salt.syspaths.LOGS_DIR, 'minion'),
|
||||
'log_level': 'info',
|
||||
'log_level': 'warning',
|
||||
'log_level_logfile': None,
|
||||
'log_datefmt': _DFLT_LOG_DATEFMT,
|
||||
'log_datefmt_logfile': _DFLT_LOG_DATEFMT_LOGFILE,
|
||||
|
|
Loading…
Add table
Reference in a new issue