feat(lib): switch from log to tracing (#475)
This commit is contained in:
		| @@ -47,7 +47,7 @@ tokio-util = { version = "0.3.1", features = ["codec"] } | ||||
| tokio = { version = "0.2", features = ["io-util"] } | ||||
| bytes = "0.5.2" | ||||
| http = "0.2" | ||||
| log = "0.4.1" | ||||
| tracing = { version = "0.1.13", default-features = false, features = ["std", "log"] } | ||||
| fnv = "1.0.5" | ||||
| slab = "0.4.0" | ||||
| indexmap = "1.0" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user