mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
Enable JSON logging at the trace log level in K8s
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
7e5a3f9f6b
commit
b507e21831
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: api
|
name: api
|
||||||
key: token
|
key: token
|
||||||
|
- name: LOG_JSON
|
||||||
|
value: "1"
|
||||||
|
- name: RUST_LOG
|
||||||
|
value: "trace"
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
# FIXME - Switch to the more restrictive `PERFMON` capability.
|
# FIXME - Switch to the more restrictive `PERFMON` capability.
|
||||||
|
|
Loading…
Reference in a new issue