More logging on collab by default

Conrad Irwin created

Change summary

Procfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

Procfile 🔗

@@ -1,4 +1,4 @@
 web: cd ../zed.dev && PORT=3000 npm run dev
-collab: cd crates/collab && cargo run serve
+collab: cd crates/collab && RUST_LOG=${RUST_LOG:-collab=info} cargo run serve
 livekit: livekit-server --dev
 postgrest: postgrest crates/collab/admin_api.conf