mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 20:41:59 +00:00
Enable rust backtraces on kubernetes
This commit is contained in:
parent
9cbb63d374
commit
bb65d75798
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ spec:
|
|||
key: secret
|
||||
- name: INVITE_LINK_PREFIX
|
||||
value: ${INVITE_LINK_PREFIX}
|
||||
- name: RUST_BACKTRACE
|
||||
value: "1"
|
||||
- name: RUST_LOG
|
||||
value: ${RUST_LOG}
|
||||
- name: LOG_JSON
|
||||
|
|
Loading…
Reference in a new issue