alexliesenfeld / httpmock

HTTP mocking library for Rust
https://httpmock.rs
MIT License
472 stars 42 forks source link

Capturing local mock server logs #13

Closed alexliesenfeld closed 4 years ago

alexliesenfeld commented 4 years ago

It is not possible to see the logs from local MockServers. Capturing logs from multiple threads in tests is not possible in Rust at this time. This feature is in the pipeline in rust-lang/rust#42474.