Tracing crate - blank line between log messages
⚓ Rust 📅 2025-05-15 👤 surdeus 👁️ 11Is there any way to make tracing put an (extra) newline after every log message? I mean so there is a line of whitespace after each log.
Looking thru the docs didn't turn up anything.
I was hoping for something like SubscriberBuilder.with_newlines()...
I'm using RollingFileAppender, though that shouldn't be relevant.
5 posts - 2 participants
🏷️ rust_feed