Add sane logging timestamp format
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
b50ef60e8a
commit
fcb53b7cf5
1 changed files with 8 additions and 0 deletions
8
roles/dovecot/templates/conf.d/10-logging.conf.j2
Normal file
8
roles/dovecot/templates/conf.d/10-logging.conf.j2
Normal file
|
@ -0,0 +1,8 @@
|
|||
# {{ 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 "
|
Loading…
Reference in a new issue