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

Kestrel logging ID changes #447

Open
JamesNK opened this issue Jan 6, 2021 · 0 comments
Open

Kestrel logging ID changes #447

JamesNK opened this issue Jan 6, 2021 · 0 comments
Labels
6.0.0 Breaking change Documented The breaking change has been published to the .NET Core docs
Milestone

Comments

@JamesNK
Copy link
Member

JamesNK commented Jan 6, 2021

Kestrel logging ID changes

Kestrel log messages have associated IDs and names. These are used to uniquely identify different kinds of log messages. Some of those IDs and names were incorrectly duplicated. This is being fixed in .NET 6.

Version introduced

.NET 6.0

New behavior

HTTP/2 connection closed log messages:

Name: Http2ConnectionClosed (unchanged)
ID: 36 (before) -> 48 (after)

HTTP/2 frame sending log messages:

Name: Http2FrameReceived (before) -> Http2FrameSending (after)
ID: 37 (before) -> 49 (after)

Reason for change

Log IDs and names should be unique so different message types can be identified.

Recommended action

If you have code or configuration that references the old IDs and names, update those references use the new IDs and names.

Category

ASP.NET

Affected APIs

Not detectable via API analysis


Issue metadata

  • Issue type: breaking-change
@aspnet aspnet locked and limited conversation to collaborators Jan 6, 2021
@scottaddie scottaddie added the Documented The breaking change has been published to the .NET Core docs label Feb 1, 2021
@danroth27 danroth27 added this to the 6.0.0 milestone Feb 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
6.0.0 Breaking change Documented The breaking change has been published to the .NET Core docs
Projects
None yet
Development

No branches or pull requests

3 participants