-
-
Notifications
You must be signed in to change notification settings - Fork 235
Serilog LoggingLevelSwitch #2150
Copy link
Copy link
Closed
Labels
.NETPull requests that update .net codePull requests that update .net codeFeatureNew feature or requestNew feature or requestLogsMicrosoft.Extensions.LoggingSerilogUp-For-Grabs
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net codeFeatureNew feature or requestNew feature or requestLogsMicrosoft.Extensions.LoggingSerilogUp-For-Grabs
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
No status
StatusShow more project fields
Done
Problem Statement
Due to current API design, we cannot add a Serilog level switch to Sentry sink.
I want something like this:
Either make class SentrySink public or add an additional argument (of type LoggingLevelSwitch ) to the extension methods.
Solution Brainstorm
No response