aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-19 14:54:03 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-19 14:54:03 +0100
commit60f1615a12c7c8b633b672ef7e829c91a6322cbe (patch)
tree3316d2c24445dc00149357e63ec47fd6eaf9b8d8
parent3c12cf646373cb66c3eb0a9b0dbb3f12534dd69a (diff)
downloadnixcfg-60f1615a12c7c8b633b672ef7e829c91a6322cbe.tar.gz
nixcfg-60f1615a12c7c8b633b672ef7e829c91a6322cbe.zip
Improve tricot logs
-rw-r--r--app/frontend/deploy/frontend-tricot.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl
index fae5cef..603d1f6 100644
--- a/app/frontend/deploy/frontend-tricot.hcl
+++ b/app/frontend/deploy/frontend-tricot.hcl
@@ -13,7 +13,7 @@ job "frontend" {
driver = "docker"
config {
- image = "lxpz/amd64_tricot:29"
+ image = "lxpz/amd64_tricot:30"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]
@@ -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