mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-10 09:24:50 +02:00
fix: supervisor-app.conf
- Correct the log location for postgrey
(#3724)
* fix: `supervisor-app.conf` - Correct `postgrey` log location Looks like this should have been like every other service and reference a log file(s) based on program name in the supervisor log directory. * tests: Adjust log location for `postgrey_enabled.bats`
This commit is contained in:
parent
8392e3c1a8
commit
0889b0ff06
3 changed files with 4 additions and 3 deletions
|
@ -123,7 +123,7 @@ function _should_have_log_entry() {
|
|||
# Allow some extra time for logs to update to avoids a false-positive failure:
|
||||
_run_until_success_or_timeout 10 _exec_in_container grep \
|
||||
"${ACTION}, ${REASON}," \
|
||||
/var/log/mail/mail.log
|
||||
/var/log/supervisor/postgrey.log
|
||||
|
||||
# Log entry matched should be for the expected triplet:
|
||||
assert_output --partial "${TRIPLET}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue