Browse Source

corrected spelling mistake

tags/v0.57.0
Kenneth Wilke 11 years ago
parent
commit
2d598ac2ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/files/master

+ 1
- 1
salt/files/master View File



# 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

Loading…
Cancel
Save