remove logging from ratpack features now that it's default

Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
Erik Hollensbe
2022-02-17 04:22:55 -08:00
parent d64f647065
commit 2beace5f64
+1 -1
View File
@@ -23,7 +23,7 @@ hyper = "^0.14"
http = "^0.2"
url = { version = "^2.2", features = [ "serde" ] }
deadpool-postgres = { version = "^0.10", features = ["serde"] }
ratpack = { version = "^0.1", path = "../ratpack", features = ["logging"] }
ratpack = { version = "^0.1", path = "../ratpack" }
log = "^0.4"
trust-dns-client = "^0.20"
openssl = "^0.10"