Skip to content

fix Serilog.MinimumLevel not working #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

nivalxer
Copy link
Contributor

The MinimumLevel has been configured in Serilog, so it should report to ExceptionLess according to the set MinimumLevel. Therefore, the default configuration in the ExceptionLess Client should be ignored.When initializing the Sink, the restrictedToMinimumLevel parameter is provided, which specifies the minimum log level that will be sent to the Sink.
fix #14

@CLAassistant
Copy link

CLAassistant commented Apr 15, 2023

CLA assistant check
All committers have signed the CLA.

@niemyjski
Copy link
Member

@nivalxer Thanks for the PR! Can you please take a look at this ongoing discussion about log providers and the min log level: exceptionless/Exceptionless.Net#260 (comment)

@nivalxer
Copy link
Contributor Author

@nivalxer Thanks for the PR! Can you please take a look at this ongoing discussion about log providers and the min log level: exceptionless/Exceptionless.Net#260 (comment)

hi,niemyjski,I will follow up on the discussion.

@niemyjski
Copy link
Member

Thanks for the PR!

@niemyjski
Copy link
Member

Looks like we need to update the build before pushing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

MinimumLevel setting is ignored
3 participants