Skip to content

Commit

Permalink
improve logging in environment script
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Mar 31, 2023
1 parent 8c68564 commit e219071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e219071

Please sign in to comment.