Enable JSON logging at the trace log level in K8s

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Nathan Sobo
2022-04-08 10:08:52 -06:00
co-authored by Antonio Scandurra
parent 7e5a3f9f6b
commit b507e21831
+4
View File
@@ -81,6 +81,10 @@ spec:
secretKeyRef:
name: api
key: token
- name: LOG_JSON
value: "1"
- name: RUST_LOG
value: "trace"
securityContext:
capabilities:
# FIXME - Switch to the more restrictive `PERFMON` capability.