zed/crates/collab/k8s/environments/production.sh
Nathan Sobo 9f6e82720d WIP: Enhance tracing in Peer
- Add a bunch of events to Peer's async connection handling logic
- Use an EnvFilter to allow more control over the verbosity level of tracing on a per-module basis
- Wire up logging to emit trace events (we actually probably want to do this the other way around)

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2022-05-12 09:58:17 -06:00

3 lines
51 B
Bash

ZED_ENVIRONMENT=production
RUST_LOG=info,rpc=debug