File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ async-h1 = { version = "1.1.2", optional = true }
34
34
async-sse = " 2.1.0"
35
35
async-std = { version = " 1.4.0" , features = [" unstable" ] }
36
36
cookie = { version = " 0.12.0" , features = [" percent-encode" ]}
37
+ femme = " 2.0.1"
37
38
http-types = " 1.0.1"
38
39
kv-log-macro = " 1.0.4"
39
40
mime = " 0.3.14"
@@ -42,7 +43,6 @@ route-recognizer = "0.1.13"
42
43
serde = " 1.0.102"
43
44
serde_json = " 1.0.41"
44
45
serde_qs = " 0.5.0"
45
- femme = { path = " ../../femme" }
46
46
47
47
[dev-dependencies ]
48
48
async-std = { version = " 1.4.0" , features = [" unstable" , " attributes" ] }
Original file line number Diff line number Diff line change 5
5
//! ```no_run
6
6
//! use tide::log;
7
7
//!
8
- //! // `tide::log` requires starting a third-party logger such as `femme`. We may
9
- //! // ship such a logger as part of Tide in the future.
10
- //! femme::start(log::Level::Info.to_level_filter()).unwrap();
8
+ //! log::start();
11
9
//!
12
10
//! log::info!("Hello cats");
13
11
//! log::debug!("{} wants tuna", "Nori");
You can’t perform that action at this time.
0 commit comments