Skip to content

Commit 77506b9

Browse files
Remove logging documentation for now (see #13)
1 parent d9a3a99 commit 77506b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/lib.rs

-5
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@
102102
//! Fore more examples, please refer to
103103
//! [this crates test directory](https://github.com/alexliesenfeld/httpmock/blob/master/tests/integration_tests.rs ).
104104
//!
105-
//! # Debugging
106-
//! `httpmock` logs against the `log` crate. This allows you to see detailed information about
107-
//! `httpmock`s behaviour. For example, if you use the `env_logger` backend, you can activate debug
108-
//! logging by setting the `RUST_LOG` environment variable to `httpmock=debug`.
109-
//!
110105
//! # Standalone Mode
111106
//! You can use `httpmock` to run a standalone mock server that is available to multiple applications.
112107
//! This can be useful if you are running integration tests that involve both, real and mocked

0 commit comments

Comments
 (0)