mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Logging defaults for the monitor are different from the minion
This commit is contained in:
parent
6633839da2
commit
68f098fc1f
1 changed files with 14 additions and 0 deletions
14
conf/monitor
14
conf/monitor
|
@ -5,6 +5,20 @@
|
|||
###########################################
|
||||
# The location of the monitor log file
|
||||
#log_file: /var/log/salt/monitor
|
||||
# The level of messages to send to the log file.
|
||||
# One of 'info', 'quiet', 'critical', 'error', 'debug', 'warning'.
|
||||
# Default: 'warning'
|
||||
#log_level: warning
|
||||
#
|
||||
# Logger levels can be used to tweak specific loggers logging levels.
|
||||
# Imagine you want to have the salt library at the 'warning' level, but, you
|
||||
# still wish to have 'salt.modules' at the 'debug' level:
|
||||
# log_granular_levels: {
|
||||
# 'salt': 'warning',
|
||||
# 'salt.modules': 'debug'
|
||||
# }
|
||||
#
|
||||
#log_granular_levels: {}
|
||||
|
||||
|
||||
###### Monitor configuration #####
|
||||
|
|
Loading…
Add table
Reference in a new issue