20125: Set log level

Only errors are logged by default, which is less than helpful when
troubleshooting a running but apparently misbehaving application...
This commit is contained in:
2025-07-27 18:20:27 -05:00
parent b989a7898e
commit 6d2aa9c391

View File

@@ -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