Skip to content

Commit b3917c5

Browse files
Merge pull request #302 from reddevilmidzy/log
refactor: Remove file, line, and thread names from logger
2 parents eb22e48 + 4676084 commit b3917c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ fn main() {
2929
tracing_subscriber::fmt()
3030
.with_max_level(Level::INFO)
3131
.with_target(false)
32-
.with_thread_ids(true)
33-
.with_file(true)
34-
.with_line_number(true)
35-
.with_thread_names(true)
3632
.with_level(true)
3733
.with_ansi(true)
3834
.with_timer(KoreanTime)

0 commit comments

Comments
 (0)