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:
@@ -33,6 +33,9 @@ spec:
|
|||||||
- name: status-server
|
- name: status-server
|
||||||
image: git.pyrocufflink.net/packages/20125.home
|
image: git.pyrocufflink.net/packages/20125.home
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
env:
|
||||||
|
- name: RUST_LOG
|
||||||
|
value: info,status_server=debug
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/local/share/20125.home/config.yml
|
- mountPath: /usr/local/share/20125.home/config.yml
|
||||||
name: config
|
name: config
|
||||||
|
|||||||
Reference in New Issue
Block a user