diff options
author | Alex Auvolat <alex@adnab.me> | 2022-03-08 14:28:57 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-03-08 14:28:57 +0100 |
commit | 97858a14337cf8412b6eb44188bdf1f7946e576b (patch) | |
tree | 23ce3da16805e213593c3f41eab83c746418c316 /app/frontend | |
parent | e3eca391e071cc0ba1c3ac214f4b40e4835ee8ec (diff) | |
download | nixcfg-97858a14337cf8412b6eb44188bdf1f7946e576b.tar.gz nixcfg-97858a14337cf8412b6eb44188bdf1f7946e576b.zip |
fix logging
Diffstat (limited to 'app/frontend')
-rw-r--r-- | app/frontend/deploy/frontend-tricot.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |