Skip to content

Commit d9a3a99

Browse files
Removed logging documentation for now
See #13
1 parent 6b66f36 commit d9a3a99

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ counterpart to `MockServer::start` and `Mock::create_on_async` for `Mock::create
107107
For more examples, please refer to
108108
[this crates test directory](https://github.com/alexliesenfeld/httpmock/blob/master/tests ).
109109

110-
## Debugging
111-
`httpmock` logs against the `log` crate. This allows you to see detailed information about `httpmock`s behaviour.
112-
For example, if you use the `env_logger` backend, you can activate debug logging by setting the `RUST_LOG` environment
113-
variable to `httpmock=debug`.
114-
115110
## Standalone Mode
116111
You can use `httpmock` to run a standalone mock server that is available to multiple applications. This can be useful
117112
if you are running integration tests that involve both, real and mocked applications.

0 commit comments

Comments
 (0)