From b507e218319f7283797dd1a32d48e450790e83b8 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 8 Apr 2022 10:08:52 -0600 Subject: [PATCH] Enable JSON logging at the trace log level in K8s Co-Authored-By: Antonio Scandurra --- crates/server/k8s/manifest.template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/server/k8s/manifest.template.yml b/crates/server/k8s/manifest.template.yml index e1c33d4e49..cb6b710757 100644 --- a/crates/server/k8s/manifest.template.yml +++ b/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.