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:
Antonio Scandurra 2022-06-08 09:06:13 +02:00
parent 6efd4e0da6
commit 494a1b332f
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
ZED_ENVIRONMENT=production
RUST_LOG=info,rpc=debug
RUST_LOG=info
INVITE_LINK_PREFIX=https://zed.dev/invites/

View file

@ -1,3 +1,3 @@
ZED_ENVIRONMENT=staging
RUST_LOG=info,rpc=debug
RUST_LOG=info
INVITE_LINK_PREFIX=https://staging.zed.dev/invites/