Skip to content

Commit

Permalink
dovecot: fix wrong timestamps inside logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Feb 7, 2024
1 parent 5a97027 commit d08ccbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/Dockerfiles/dovecot/syslog-ng-redis_slave.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ options {
use_fqdn(no);
owner("root"); group("adm"); perm(0640);
stats(freq(0));
keep_timestamp(no);
bad_hostname("^gconfd$");
};
source s_dgram {
Expand Down
1 change: 1 addition & 0 deletions data/Dockerfiles/dovecot/syslog-ng.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ options {
use_fqdn(no);
owner("root"); group("adm"); perm(0640);
stats(freq(0));
keep_timestamp(no);
bad_hostname("^gconfd$");
};
source s_dgram {
Expand Down

0 comments on commit d08ccbc

Please sign in to comment.