mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
f2fc84ab44
Although we thought this fixed the bug, it just worked around it, and runnign two copies of tracing in one app is a bad idea. Simplify default RUST_LOG in development to avoid https://github.com/tokio-rs/tracing/issues/2927#issuecomment-2040080189 Release Notes: - N/A
4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
collab: RUST_LOG=${RUST_LOG:-info} cargo run --package=collab serve
|
|
livekit: livekit-server --dev
|
|
blob_store: ./script/run-local-minio
|