Skip to content

Commit

Permalink
fix: log query detail and profile with identical format (#16469)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Sep 19, 2024
1 parent 31c2383 commit d9131cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/tracing/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ pub fn init_logging(
"databend::log::query",
LevelFilter::Off,
))
.layout(get_layout(&cfg.file.format))
.append(query_log_file);
logger = logger.dispatch(dispatch);
}
Expand Down Expand Up @@ -329,7 +328,6 @@ pub fn init_logging(
"databend::log::profile",
LevelFilter::Off,
))
.layout(get_layout(&cfg.file.format))
.append(profile_log_file);
logger = logger.dispatch(dispatch);
}
Expand Down

0 comments on commit d9131cc

Please sign in to comment.