From 68f098fc1f840d3cc96bf844d233066cb7d052bb Mon Sep 17 00:00:00 2001 From: Erik Nolte Date: Thu, 28 Jul 2011 17:27:42 -0600 Subject: [PATCH] Logging defaults for the monitor are different from the minion --- conf/monitor | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/conf/monitor b/conf/monitor index c8bfd1e4487..fafb178183b 100644 --- a/conf/monitor +++ b/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 #####