From e219071fe9be07dad5a48b462a8e84368ae71def Mon Sep 17 00:00:00 2001 From: Peter Braun Date: Fri, 31 Mar 2023 12:27:47 +0200 Subject: [PATCH] improve logging in environment script --- environment.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.sh b/environment.sh index b9a71fd..93f6a32 100755 --- a/environment.sh +++ b/environment.sh @@ -27,6 +27,7 @@ echo "detected runtime is $RUNTIME, starting containers. this can take some time if [ -f ./rules.yml ]; then echo "prometheus rules file found, importing alerts" + echo "starting prometheus container from image $PROMETHEUS_IMAGE" # Create a basic prometheus config file with alerting cat > prometheus.yml <<- EOF global: