Skip to content

Commit

Permalink
No timestamps in terminal logs (#239)
Browse files Browse the repository at this point in the history
Fixes #217
  • Loading branch information
sourcefrog authored Jan 11, 2024
2 parents 234edc2 + adef53d commit 94e8d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ impl Console {
.with_ansi(true)
.with_writer(self.make_terminal_writer())
.with_target(false)
.with_timer(uptime)
.without_time()
.with_filter(level_filter);
tracing_subscriber::registry()
.with(debug_log_layer)
Expand Down

0 comments on commit 94e8d19

Please sign in to comment.