Skip to content

Commit 94a9e8b

Browse files
committed
logging: remove the timestamps in formatting
1 parent 282c310 commit 94a9e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ fn main() {
9797
2 => builder.filter_level(LevelFilter::Debug),
9898
_ => builder.filter_level(LevelFilter::Trace),
9999
};
100+
builder.format_timestamp(None);
100101
builder.init();
101102

102103
// parse the input file

0 commit comments

Comments
 (0)