Skip to content

Commit

Permalink
fix log format
Browse files Browse the repository at this point in the history
  • Loading branch information
ltitanb committed Jul 25, 2024
1 parent 7ff8f37 commit 5d4113f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/common/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub fn initialize_tracing_log() {
Level::INFO
};

tracing_subscriber::fmt().compact().with_max_level(level).with_target(true).init();
tracing_subscriber::fmt().with_max_level(level).with_target(false).init();
}

pub fn print_logo() {
Expand Down

0 comments on commit 5d4113f

Please sign in to comment.