Tracing crate - blank line between log messages

⚓ rust    📅 2025-05-15    👤 surdeus    👁️ 5      

surdeus

Warning

This post was published 46 days ago. The information described in this article may have changed.

Is 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

Read full topic

🏷️ rust_feed