ansible/roles/dovecot/templates/conf.d/10-logging.conf.j2
Solal Nathan fcb53b7cf5
Some checks failed
continuous-integration/drone/push Build is failing
Add sane logging timestamp format
2021-01-30 00:41:30 +01:00

8 lines
316 B
Django/Jinja

# {{ ansible_managed }}
# Dovecot configuration for Aurore
# More info at https://gitea.auro.re/Aurore/ansible
# And on the Dovecot wiki : https://doc.dovecot.org/
# Prefix for each line written to log file. % codes are in strftime(3) format.
#log_timestamp = "%b %d %H:%M:%S "
log_timestamp = "%Y-%m-%d %H:%M:%S "