Skip to content

Commit

Permalink
Set master and cloud to log level warning (#33861)
Browse files Browse the repository at this point in the history
Refs #33821 and #33818
  • Loading branch information
Mike Place authored and Nicole Thomas committed Jun 8, 2016
1 parent a3202f1 commit b183a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@
'tcp_master_publish_pull': 4514,
'tcp_master_workers': 4515,
'log_file': os.path.join(salt.syspaths.LOGS_DIR, 'master'),
'log_level': 'info',
'log_level': 'warning',
'log_level_logfile': None,
'log_datefmt': _DFLT_LOG_DATEFMT,
'log_datefmt_logfile': _DFLT_LOG_DATEFMT_LOGFILE,
Expand Down Expand Up @@ -1320,7 +1320,7 @@
'deploy_scripts_search_path': 'cloud.deploy.d',
# Logging defaults
'log_file': os.path.join(salt.syspaths.LOGS_DIR, 'cloud'),
'log_level': 'info',
'log_level': 'warning',
'log_level_logfile': None,
'log_datefmt': _DFLT_LOG_DATEFMT,
'log_datefmt_logfile': _DFLT_LOG_DATEFMT_LOGFILE,
Expand Down

0 comments on commit b183a36

Please sign in to comment.