Hello,
I can't for the life of me find a way to globally disable automatic string quoting, i.e.:

This is my current outputTemplate: [{Timestamp:HH:mm:ss} {Level}] {SourceContext}: {Message:lj}{NewLine}{Exception}
What am I doing wrong?
Thanks for all and any input.
Serilog.Sinks.Console 5.0.0viaSerilog.AspNetCore 8.0.1dotnettoolchain version, target framework, and operating system -dotnet sdk 8.0.205,dotnet 8Hello,

I can't for the life of me find a way to globally disable automatic string quoting, i.e.:
This is my current
outputTemplate:[{Timestamp:HH:mm:ss} {Level}] {SourceContext}: {Message:lj}{NewLine}{Exception}What am I doing wrong?
Thanks for all and any input.