From fa13e57835e487d586024a2e065e8f4b30dc88cd Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 2 Oct 2020 18:36:57 -0400 Subject: incorporate tracing instead of log (#222) * incorporate tracing instead of log * fix a test * fix a test --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index eb6cd67..901fe65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ kankyo = "0.3" lazy_static = "1.4" log = "0.4" mime = "0.3.0" -pretty_env_logger = "0" prometheus = { version = "0.10", default-features = false, features = ["process"] } rand = "0" serde_dhall = "0.7.0" @@ -28,6 +27,9 @@ serde_yaml = "0.8" sitemap = "0.4" thiserror = "1" tokio = { version = "0.2", features = ["macros"] } +tracing = "0.1" +tracing-futures = "0.2" +tracing-subscriber = { version = "0.2", features = ["fmt"] } warp = "0.2" xml-rs = "0.8" url = "2" @@ -45,6 +47,7 @@ pfacts = "0" serde_json = "1" eyre = "0.6" reqwest = { version = "0.10", features = ["json"] } +pretty_env_logger = "0" [workspace] members = [ -- cgit v1.2.3