From 2d598ac2ef29b3938a9f3c147c25ae41c4bf59ad Mon Sep 17 00:00:00 2001 From: Kenneth Wilke Date: Tue, 13 Aug 2013 16:17:53 -0500 Subject: [PATCH] corrected spelling mistake --- salt/files/master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/files/master b/salt/files/master index 7d2eaf9..bfa6640 100644 --- a/salt/files/master +++ b/salt/files/master @@ -573,7 +573,7 @@ peer_run: # 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 -{{ 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'") }} # The format of the console logging messages. Allowed formatting options can