Update logwatch ignore.conf to exclude Xapian messages about pending documents (#4060)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
18d9d1adcc
commit
5c798e6829
|
@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file. The format
|
||||||
- **Fail2ban**:
|
- **Fail2ban**:
|
||||||
- Bump version to [1.1.0](https://github.com/fail2ban/fail2ban/releases/tag/1.1.0). For more information, check the [changelog](https://github.com/fail2ban/fail2ban/blob/1.1.0/ChangeLog).
|
- Bump version to [1.1.0](https://github.com/fail2ban/fail2ban/releases/tag/1.1.0). For more information, check the [changelog](https://github.com/fail2ban/fail2ban/blob/1.1.0/ChangeLog).
|
||||||
|
|
||||||
|
#### Fixes
|
||||||
|
- **Dovecot:**
|
||||||
|
- `logwatch` Update logwatch `ignore.conf` to exclude Xapian messages about pending documents
|
||||||
|
|
||||||
## [v14.0.0](https://github.com/docker-mailserver/docker-mailserver/releases/tag/v14.0.0)
|
## [v14.0.0](https://github.com/docker-mailserver/docker-mailserver/releases/tag/v14.0.0)
|
||||||
|
|
||||||
The most noteworthy change of this release is the update of the container's base image from Debian 11 ("Bullseye") to Debian 12 ("Bookworm"). This update alone involves breaking changes and requires a careful update!
|
The most noteworthy change of this release is the update of the container's base image from Debian 11 ("Bullseye") to Debian 12 ("Bookworm"). This update alone involves breaking changes and requires a careful update!
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
# ignore output from dovecot-fts-xapian about successfully indexed messages
|
# ignore output from dovecot-fts-xapian about successfully indexed messages
|
||||||
dovecot: indexer-worker\([^\)]+\).*Indexed
|
dovecot: indexer-worker\([^\)]+\).*Indexed
|
||||||
|
dovecot: indexer-worker\([^\)]+\).*FTS Xapian: Waiting for all pending documents to be processed
|
||||||
|
|
Loading…
Reference in New Issue