From 97858a14337cf8412b6eb44188bdf1f7946e576b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 8 Mar 2022 14:28:57 +0100 Subject: fix logging --- app/frontend/deploy/frontend-tricot.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/frontend/deploy') diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index 988c3ee..e7e1106 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -58,7 +58,7 @@ TRICOT_CONSUL_HOST=https://localhost:8501 TRICOT_CONSUL_CA_CERT=/etc/tricot/consul-ca.crt TRICOT_CONSUL_CLIENT_CERT=/etc/tricot/consul-client.crt TRICOT_CONSUL_CLIENT_KEY=/etc/tricot/consul-client.key -RUST_LOG=tricot=trace +RUST_LOG=tricot=debug EOH destination = "secrets/env" env = true -- cgit v1.2.3