Merge pull request #1138 from zed-industries/reduce-log-level

Reduce log level on `collab`
This commit is contained in:
Antonio Scandurra
2022-06-08 09:15:35 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
ZED_ENVIRONMENT=production
RUST_LOG=info,rpc=debug
RUST_LOG=info
INVITE_LINK_PREFIX=https://zed.dev/invites/
+1 -1
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/