Set log level to info on Kubernetes

Nathan Sobo and Antonio Scandurra created

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

Change summary

crates/collab/k8s/environments/production.sh | 1 +
crates/collab/k8s/environments/staging.sh    | 1 +
crates/collab/k8s/manifest.template.yml      | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)

Detailed changes

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

@@ -84,7 +84,7 @@ spec:
             - name: LOG_JSON
               value: "1"
             - name: RUST_LOG
-              value: "trace"
+              value: ${RUST_LOG}
             - name: TRACE_LEVEL
               value: ${TRACE_LEVEL}
             - name: HONEYCOMB_DATASET