Skip to content

Commit

Permalink
log level
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Feb 3, 2024
1 parent f6d4c0a commit 73a1bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use tracing_subscriber::{filter, prelude::*};
async fn main() {
let filter = filter::Targets::new()
// Enable the `INFO` level for anything in `my_crate`
.with_target("backup", Level::DEBUG);
.with_target("backup", Level::INFO);
tracing_subscriber::registry()
.with(
tracing_subscriber::fmt::layer()
Expand Down

0 comments on commit 73a1bed

Please sign in to comment.