From 6d2aa9c3919bfc4ef3b85f6929b86b8ca1b8b205 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 27 Jul 2025 18:20:27 -0500 Subject: [PATCH] 20125: Set log level Only errors are logged by default, which is less than helpful when troubleshooting a running but apparently misbehaving application... --- 20125/status-server.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/20125/status-server.yaml b/20125/status-server.yaml index fb63adf..b7764e3 100644 --- a/20125/status-server.yaml +++ b/20125/status-server.yaml @@ -33,6 +33,9 @@ spec: - name: status-server image: git.pyrocufflink.net/packages/20125.home imagePullPolicy: Always + env: + - name: RUST_LOG + value: info,status_server=debug volumeMounts: - mountPath: /usr/local/share/20125.home/config.yml name: config