mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
more cleanup
This commit is contained in:
parent
6d944e1265
commit
de027d9f5a
9 changed files with 46 additions and 14 deletions
|
|
@ -29,8 +29,8 @@ async fn main() -> Result<()> {
|
|||
}
|
||||
|
||||
fn setup_tracing() {
|
||||
let rust_log = std::env::var("RUST_LOG");
|
||||
const DEFAULT_LOG: &str = "hyper=info,debug";
|
||||
let rust_log = std::env::var("RUST_LOG");
|
||||
|
||||
tracing_subscriber::fmt()
|
||||
.with_level(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue