crates/collab/k8s/environments/production.sh 🔗
@@ -1,3 +1,3 @@
ZED_ENVIRONMENT=production
-RUST_LOG=info,rpc=debug
+RUST_LOG=info
INVITE_LINK_PREFIX=https://zed.dev/invites/
Antonio Scandurra created
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.
crates/collab/k8s/environments/production.sh | 2 +-
crates/collab/k8s/environments/staging.sh | 2 +-
2 files changed, 2 insertions(+), 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/