Replies: 1 comment 4 replies
-
Hi @Janry, Will look into that. We do some replacing like that to fix a payload. I will look into your case |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
`
I have problem with single quotes. In code you replace all """ to "'". Can you please make this replace optional. I need just empty string for this. Because for example enum.SomeValue convert to "SomeValue", but string "SomeValue" to "'SomeValue'" and it's not looks like good.
I solved my problem with ILogEventEnricher and LogEventPropertyValue inherit my log event property from ScalarValue and override Render. But with parameter in appsettings.json will be better.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions