More logging on collab by default
This commit is contained in:
parent
f011a3df52
commit
219715449d
1 changed files with 1 additions and 1 deletions
2
Procfile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue