Closed douglasg14b closed 2 months ago
Sorry for replying so late ...
When you say automatic MVC action ones
, what do yo refer to ?
When using the enrichers included in this package.
Could it be that you are overwriting your enrichers? If you add the first set in classicSettings.json
and then try to add additional enrichers via .AddJsonFile("classicMvcSettings.json")
it will effectively overwrite your initial enricher array.
I've deployed logging in 6 different systems now and observed this behavior in all, even with default implementations.
This project is no longer being maintained and we are going to archive the SerilogWeb Repositories.
see:
The title pretty much describes the issue. I have log entries enriched with
HttpSessionId
which works for any other log entry, except for the automatic MVC action ones.