diff --git a/server/src/lib.rs b/server/src/lib.rs index 297072b..35d0334 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -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);