Skip to content

Commit

Permalink
start-alertmanager: set the log level to debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
amnonh committed Jan 8, 2020
1 parent 3328beb commit c395d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-alertmanager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fi

docker run -d $DOCKER_PARAM -i $PORT_MAPPING \
-v $RULE_FILE:/etc/alertmanager/config.yml:z \
--name $ALERTMANAGER_NAME prom/alertmanager:$ALERT_MANAGER_VERSION $ALERTMANAGER_COMMANDS --config.file=/etc/alertmanager/config.yml >& /dev/null
--name $ALERTMANAGER_NAME prom/alertmanager:$ALERT_MANAGER_VERSION $ALERTMANAGER_COMMANDS --log.level=debug --config.file=/etc/alertmanager/config.yml >& /dev/null


if [ $? -ne 0 ]; then
Expand Down

0 comments on commit c395d43

Please sign in to comment.