Skip to content

Commit 2047926

Browse files
style: remove timestamp from log messages
1 parent dbc71d5 commit 2047926

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ fn main() {
172172
}
173173

174174
let subscriber = FmtSubscriber::builder()
175+
.without_time()
175176
.with_env_filter(EnvFilter::from_default_env())
176177
.finish();
177178

0 commit comments

Comments
 (0)