From 40fa56e9a059422d87cf79b7e121cd2aaa5c8a3d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 12:26:31 +0200 Subject: [PATCH] Add mailer logs --- sbin/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/entrypoint.sh b/sbin/entrypoint.sh index 11a8bd2..87cabe6 100755 --- a/sbin/entrypoint.sh +++ b/sbin/entrypoint.sh @@ -5,7 +5,7 @@ set -eu -o pipefail run_alerta_mailer() { set -eu - nohup alerta-mailer & + nohup alerta-mailer > /app/alerta-mailer.log 2>&1 & echo "-----> alerta-mailer is running..." }