Skip to content

Commit

Permalink
chore: remove debug log filter print
Browse files Browse the repository at this point in the history
  • Loading branch information
ResuBaka committed Mar 1, 2025
1 parent 7bf0316 commit 97ed342
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/api-server/api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1438,8 +1438,6 @@ fn setup_tracing(cfg: &Config) {
format!("{}={},axum={}", CRATE_NAME, cfg.log_level, cfg.log_level)
});

println!("Filter directive: {filter_directive}");

match cfg.log_type {
config::LogType::Default => {
let stdout_layer = tracing_subscriber::fmt::layer();
Expand Down

0 comments on commit 97ed342

Please sign in to comment.