Skip to content

Commit

Permalink
logging: Don't include a timestamp in log lines (#543)
Browse files Browse the repository at this point in the history
Fixes #542

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
  • Loading branch information
jku authored Feb 18, 2025
1 parent ae76074 commit 5790ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ fn run() -> Result<ExitCode> {
tracing_subscriber::registry()
.with(
tracing_subscriber::fmt::layer()
.without_time()
.with_ansi(std::io::stderr().is_terminal())
.with_writer(indicatif_layer.get_stderr_writer()),
)
Expand Down

0 comments on commit 5790ee9

Please sign in to comment.