diff --git a/src/main.rs b/src/main.rs index d711433..8176587 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,10 +29,6 @@ fn main() { tracing_subscriber::fmt() .with_max_level(Level::INFO) .with_target(false) - .with_thread_ids(true) - .with_file(true) - .with_line_number(true) - .with_thread_names(true) .with_level(true) .with_ansi(true) .with_timer(KoreanTime)