Revert change to tracing (#10578)
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
This commit is contained in:
parent
fda3c91f16
commit
f2fc84ab44
3 changed files with 46 additions and 60 deletions
2
Procfile
2
Procfile
|
@ -1,3 +1,3 @@
|
|||
collab: RUST_LOG=${RUST_LOG:-warn,tower_http=info,collab=info} cargo run --package=collab serve
|
||||
collab: RUST_LOG=${RUST_LOG:-info} cargo run --package=collab serve
|
||||
livekit: livekit-server --dev
|
||||
blob_store: ./script/run-local-minio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue