Add log dependency. (#170)
Also add log statements to unit. Each request gets one info line; retries, redirects, and responses get logged at debug level.
This commit is contained in:
committed by
GitHub
parent
995f6e44a9
commit
065b560dfb
@@ -39,12 +39,14 @@ serde = { version = "1", optional = true }
|
||||
serde_json = { version = "1", optional = true }
|
||||
encoding = { version = "0.2", optional = true }
|
||||
native-tls = { version = "0.2", optional = true }
|
||||
log = "0.4.11"
|
||||
|
||||
[dev-dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
rayon = "1.3.0"
|
||||
rayon-core = "1.7.0"
|
||||
chrono = "0.4.11"
|
||||
env_logger = "0.7.1"
|
||||
|
||||
[[example]]
|
||||
name = "smoke-test"
|
||||
|
||||
Reference in New Issue
Block a user