Skip to content

Commit

Permalink
suppressed debug log for now
Browse files Browse the repository at this point in the history
  • Loading branch information
valaises authored and reymondzzzz committed Dec 29, 2023
1 parent 1b4bef4 commit 458d9b9
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 @@ -41,7 +41,7 @@ async fn main() {
))
};
let _tracing = tracing_subscriber::fmt()
.with_max_level(Level::DEBUG)
// .with_max_level(Level::DEBUG)
.with_writer(logs_writer)
.with_target(true)
.with_line_number(true)
Expand Down

0 comments on commit 458d9b9

Please sign in to comment.