How to show multiple lines in a log? #1346
|
Dear Log show like this: <L[3] the log can be shown in 5 lines. How can I do? |
Answered by
nblumhardt
Oct 11, 2021
Replies: 3 comments 2 replies
|
The best way to achieve this is to override Seq's default message styling (which explicitly collapses the newlines/line breaks). You can do this in Settings > Instance, by pasting in a CSS override like: .rendered-message {
white-space: pre-wrap;
}Let me know if this helps! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hi @zmok8866 - thanks for dropping by!
I'm not sure I understand your question - could you please let me know:
Many thanks,
Nick