Skip to content
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

fix(logging): reduce logging for requests #206

Merged
merged 4 commits into from
Sep 2, 2024

Conversation

Metawolve
Copy link
Member

I moved the Serilog configuration from the startup.cs to the appsettings.json file and added an example configuration to the appsettings.sample.json, that logs with a minimum level of "Information", excluding Microsoft-internal logs, e.g. during API requests, these will only by logged with a loglevel of Warning or higher.

@Metawolve Metawolve self-assigned this Sep 2, 2024
@Metawolve Metawolve linked an issue Sep 2, 2024 that may be closed by this pull request
@Metawolve Metawolve added the enhancement Improvements to existing features with relevant impact label Sep 2, 2024
@Metawolve Metawolve added this to the EF28 (2024) milestone Sep 2, 2024
@Fenrikur Fenrikur changed the title 199 reduce logging for requests fix(logging): reduce logging for requests Sep 2, 2024
@Fenrikur Fenrikur merged commit 09d0597 into main Sep 2, 2024
@Fenrikur Fenrikur deleted the 199-reduce-logging-for-requests branch September 2, 2024 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features with relevant impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce logging for requests
2 participants