Enable JSON logging at the trace log level in K8s

Nathan Sobo and Antonio Scandurra created

Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Change summary

crates/server/k8s/manifest.template.yml | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

crates/server/k8s/manifest.template.yml 🔗

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