You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #3130 - Turbo87:test-logging, r=pietroalbini
tests: Initialize env_logger in `TestApp::init()`
This allows us to use e.g. `debug!()` in test utilities and run `cargo test` with `RUST_LOG=debug`.
This PR also adds `debug!()` calls to our HTTP proxy replay code, to make it easier to see what requests have been intercepted by the proxy.
r? `@pietroalbini`
0 commit comments