alexcrichton / tokio-curl

Asynchronous HTTP client built on libcurl
Apache License 2.0
110 stars 15 forks source link

Initialize env_logger in smoke test #17

Closed nak3 closed 6 years ago

nak3 commented 6 years ago

Even though env_logger is declared in tests/smoke.rs, it is not initialized and so cannot change the log level.

This patch changes to initialize the env_logger in tests/smoke.rs.

alexcrichton commented 6 years ago

Thanks!