From e8a873c548545a392465b0107935dbcea1d7e488 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 09:28:28 +0200 Subject: [PATCH] Also debug the CLI --- ansible/templates/alerta.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index ef386b2..38c4c23 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -3,6 +3,7 @@ endpoint = http://localhost:8080/api output = psql sslverify = False timezone = Europe/London +debug = True [alerta-mailer] amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}"