From 2a8cb0bb543b6b3a3a5b3f219cac1e5d5ad423b2 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Fri, 9 Jun 2023 20:24:25 -0700 Subject: [PATCH] Set debug flag in nomad template --- template.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.nomad b/template.nomad index a538fb6..4184a4f 100644 --- a/template.nomad +++ b/template.nomad @@ -44,7 +44,7 @@ job "lure-updater" { ports = ["webhook"] volumes = ["local/lure-updater/:/opt/lure-updater:ro"] command = "/opt/lure-updater/lure-updater" - args = ["-E"] + args = ["-dE"] } artifact {