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
I've been using middleware to add logging context to Graylog using LogContext.PushProperty("name", value) in .net 5 without issue.
I've upgraded to .Net6, and now it does not work any more. It still works with file & console loggers, just not with this one.
Is this an issue anyone else has encountered?
The text was updated successfully, but these errors were encountered:
whir1
pushed a commit
to whir1/serilog-sinks-graylog
that referenced
this issue
Jun 16, 2023
I've been using middleware to add logging context to Graylog using LogContext.PushProperty("name", value) in .net 5 without issue.
I've upgraded to .Net6, and now it does not work any more. It still works with file & console loggers, just not with this one.
Is this an issue anyone else has encountered?
The text was updated successfully, but these errors were encountered: