Skip to content

Commit

Permalink
build: test
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Oct 4, 2024
1 parent 926c3ef commit af04344
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 @@ -104,7 +104,7 @@ async fn main() -> Res {
tracing_subscriber::fmt() //
.with_target(false)
.compact()
// .with_max_level(Level::TRACE)
.with_max_level(Level::TRACE)
.init();

let brand = format!("{} v{}", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION"));
Expand Down

0 comments on commit af04344

Please sign in to comment.