mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Set log level to info on Kubernetes
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
a3640eb8d4
commit
2d9d30f74a
3 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
ZED_ENVIRONMENT=production
|
||||
RUST_LOG=info
|
||||
TRACE_LEVEL=debug
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
ZED_ENVIRONMENT=staging
|
||||
RUST_LOG=info
|
||||
TRACE_LEVEL=debug
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue