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 85fdf4ee6207e04c022ec7177029b6bede948d89..83af6630c2e0a52b915c2a1ddb07778e60e16a4e 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 460f14060a1471ae7013e3ea8382770ce9cac774..82d799e2bc200c44a27a5ce7712fc1106b15970f 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/