Render newlines in the message in the web app #1079
colinangusmackay
started this conversation in
Ideas
Replies: 2 comments
|
Thanks for the suggestion; it's currently "by design" but could it use another look 👍 |
0 replies
|
Perhaps, if some folks don't want it, it could be a configuration toggle. Or when the log entry is expanded it gets re-rendered with the newlines. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Some log messages come with newlines in the message. However, when this is rendered to the browser in Seq the newlines are not rendered so the message starts to look confusing.
e.g.
Using
Microsoft.Logging.Extensions, here's the console output of a log message:And here is the same output in Seq:

All reactions