You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
I tried today to use log with placeholders (or structured logging as well) in EpiServer Serilog and I figured it doesn't support it. Sorry if I am posting this in the wrong place, but I was wondering if there's anything to make it support placeholders. I need it for having new fields in the json which is generated and sent to logstash/kibana.
By placeholders I mean something like this:
string test = "message";
logger.Information("{test}", message);
There's no Information (or Error, Debug) method accepting this kind of property.
Thanks in advance and sorry if I'm posting this in the incorrect place.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I tried today to use log with placeholders (or structured logging as well) in EpiServer Serilog and I figured it doesn't support it. Sorry if I am posting this in the wrong place, but I was wondering if there's anything to make it support placeholders. I need it for having new fields in the json which is generated and sent to logstash/kibana.
By placeholders I mean something like this:
There's no Information (or Error, Debug) method accepting this kind of property.
Thanks in advance and sorry if I'm posting this in the incorrect place.
The text was updated successfully, but these errors were encountered: