|
|
@@ -488,7 +488,7 @@ log_level_logfile: {{ salt.get('log_level_logfile', 'warning') }} |
|
|
|
# The date and time format used in log messages. Allowed date/time formating |
|
|
|
# can be seen here: http://docs.python.org/library/time.html#time.strftime |
|
|
|
#log_datefmt: '%H:%M:%S' |
|
|
|
log_datefmt_logfile: {{ salt.get('log_datefmt_logfile', '%Y-%m-%d %H:%M:%S') }} |
|
|
|
log_datefmt_logfile: '{{ salt.get('log_datefmt_logfile', '%Y-%m-%d %H:%M:%S') }}' |
|
|
|
|
|
|
|
# The format of the console logging messages. Allowed formatting options can |
|
|
|
# be seen here: http://docs.python.org/library/logging.html#logrecord-attributes |