0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-27 22:38:10 +01:00

corrected spelling mistake

This commit is contained in:
Kenneth Wilke 2013-08-13 16:17:53 -05:00
parent 539d210896
commit 2d598ac2ef

View File

@ -573,7 +573,7 @@ peer_run:
# The date and time format used in log messages. Allowed date/time formating # 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 # can be seen here: http://docs.python.org/library/time.html#time.strftime
{{ get_config('og_datefmt', "'%H:%M:%S'") }} {{ get_config('log_datefmt', "'%H:%M:%S'") }}
{{ get_config('log_datefmt_logfile', "'%Y-%m-%d %H:%M:%S'") }} {{ get_config('log_datefmt_logfile', "'%Y-%m-%d %H:%M:%S'") }}
# The format of the console logging messages. Allowed formatting options can # The format of the console logging messages. Allowed formatting options can