mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Reduce log level on collab
This is generating way too much data and doesn't seem very cost-effective to investigate the issues we've had with the stale contacts panel.
This commit is contained in:
parent
6efd4e0da6
commit
494a1b332f
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
ZED_ENVIRONMENT=production
|
||||
RUST_LOG=info,rpc=debug
|
||||
RUST_LOG=info
|
||||
INVITE_LINK_PREFIX=https://zed.dev/invites/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
ZED_ENVIRONMENT=staging
|
||||
RUST_LOG=info,rpc=debug
|
||||
RUST_LOG=info
|
||||
INVITE_LINK_PREFIX=https://staging.zed.dev/invites/
|
||||
|
|
Loading…
Reference in a new issue