From 494a1b332f16040a840de5ef83e952f680f39cdd Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 8 Jun 2022 09:06:13 +0200 Subject: [PATCH] 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. --- crates/collab/k8s/environments/production.sh | 2 +- crates/collab/k8s/environments/staging.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/collab/k8s/environments/production.sh b/crates/collab/k8s/environments/production.sh index 85fdf4ee62..83af6630c2 100644 --- a/crates/collab/k8s/environments/production.sh +++ b/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/ diff --git a/crates/collab/k8s/environments/staging.sh b/crates/collab/k8s/environments/staging.sh index 460f14060a..82d799e2bc 100644 --- a/crates/collab/k8s/environments/staging.sh +++ b/crates/collab/k8s/environments/staging.sh @@ -1,3 +1,3 @@ ZED_ENVIRONMENT=staging -RUST_LOG=info,rpc=debug +RUST_LOG=info INVITE_LINK_PREFIX=https://staging.zed.dev/invites/