mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
Improve logging significantly – color is back! (#1758)
* improve logging significantly * now defaulting to warn * final adjustments * correcting not-escaped $ in sed
This commit is contained in:
parent
035c4de7fe
commit
324ee8eb85
6 changed files with 73 additions and 53 deletions
|
@ -119,7 +119,6 @@ function teardown_file() {
|
|||
cp "$(private_config_path mail_lets_acme_json)/letsencrypt/acme-changed.json" "$(private_config_path mail_lets_acme_json)/acme.json"
|
||||
sleep 11
|
||||
run docker exec mail_lets_acme_json /bin/bash -c "supervisorctl tail changedetector"
|
||||
assert_output --partial "Cert found in /etc/letsencrypt/acme.json for *.example.com"
|
||||
assert_output --partial "postfix: stopped"
|
||||
assert_output --partial "postfix: started"
|
||||
assert_output --partial "Change detected"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue