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 Oct 2, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: