Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize tracing in integration test setup (#23)
* initialize tracing in integration test setup * use info stream for top level requests and responses; standardize on what info is sent and how it's formatted * use atomic compare exchange to only initialize tracing once during tests * compare exchange returns Ok if exchange happened with old value not new; turn logging down to WARN in tests so we don't spam * use env-filter so we can control logging using standard RUST_LOG semantics
- Loading branch information