Skip to content

Commit

Permalink
fix(server): Enable timestamps in tracing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxxntype committed May 22, 2024
1 parent 334c035 commit 0b20d41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ impl TCPChat {
let color_eyre = color_eyre::install().is_ok();
fmt::Subscriber::builder()
.with_env_filter("tcp_chat=trace")
.without_time()
.pretty()
.init();
tracing::debug!(message = "Tracing setup hook finished", %color_eyre);
Expand Down

0 comments on commit 0b20d41

Please sign in to comment.