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

#521 Adjust handling of Default log category, adjusting it to .NET #522

Merged
merged 3 commits into from
Oct 24, 2019
Merged

#521 Adjust handling of Default log category, adjusting it to .NET #522

merged 3 commits into from
Oct 24, 2019

Conversation

wdolek
Copy link
Contributor

@wdolek wdolek commented Sep 2, 2019

Adjust handling of Default log category, adjusting it to .NET Core behavior

Related to #521

Description of changes:

Breaking change!

  • when Default logging category is set, it is used for loggers which don't match any configured category
  • when Default logging category is not set, Information is minimum level for categories not matching any config key

See #521 and/or unit tests for more details.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Member

@normj normj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the right change. Since it is a bit of a breaking change i will need to do a Major version bump.

@normj normj merged commit 55e2d8b into aws:master Oct 24, 2019
@normj
Copy link
Member

normj commented Oct 25, 2019

Version 3.0.0 of Amazon.Lambda.Logging.AspNetCore has been released with the PR.

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

Successfully merging this pull request may close these issues.

2 participants