Skip to content

Commit

Permalink
use femme 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed May 18, 2020
1 parent d1397ed commit 0fab210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async-h1 = { version = "1.1.2", optional = true }
async-sse = "2.1.0"
async-std = { version = "1.4.0", features = ["unstable"] }
cookie = { version = "0.12.0", features = ["percent-encode"]}
femme = "2.0.1"
http-types = "1.0.1"
kv-log-macro = "1.0.4"
mime = "0.3.14"
Expand All @@ -42,7 +43,6 @@ route-recognizer = "0.1.13"
serde = "1.0.102"
serde_json = "1.0.41"
serde_qs = "0.5.0"
femme = { path = "../../femme" }

[dev-dependencies]
async-std = { version = "1.4.0", features = ["unstable", "attributes"] }
Expand Down
4 changes: 1 addition & 3 deletions src/log/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
//! ```no_run
//! use tide::log;
//!
//! // `tide::log` requires starting a third-party logger such as `femme`. We may
//! // ship such a logger as part of Tide in the future.
//! femme::start(log::Level::Info.to_level_filter()).unwrap();
//! log::start();
//!
//! log::info!("Hello cats");
//! log::debug!("{} wants tuna", "Nori");
Expand Down

0 comments on commit 0fab210

Please sign in to comment.