1
0
Fork 0

20125: Set log level

Only errors are logged by default, which is less than helpful when
troubleshooting a running but apparently misbehaving application...
pull/74/head
Dustin 2025-07-27 18:20:27 -05:00
parent b989a7898e
commit 6d2aa9c391
1 changed files with 3 additions and 0 deletions

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