Skip to content

Set HttpSys read error log levels to debug #35537

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
Aug 20, 2021

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher commented Aug 20, 2021

Fixes #35490

Disconnects are considered routine and not actionable errors. Because these were reported at the Error level they showed up in both the logs and event viewer by default. They've now been downgraded to Debug which is also what we do in Kestrel.

rc1 backport candidate due to partner request.

@Tratcher Tratcher self-assigned this Aug 20, 2021
@ghost ghost added the area-runtime label Aug 20, 2021
@Tratcher Tratcher added this to the 7.0-preview1 milestone Aug 20, 2021
@Tratcher Tratcher requested a review from JamesNK August 20, 2021 00:07
Copy link
Contributor

@avparuch avparuch left a comment

Choose a reason for hiding this comment

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

thanks!

@Tratcher Tratcher enabled auto-merge (squash) August 20, 2021 02:28
@Tratcher
Copy link
Member Author

/backport to release/6.0-rc1

@github-actions
Copy link
Contributor

Started backporting to release/6.0-rc1: https://github.com/dotnet/aspnetcore/actions/runs/1149230520

@Tratcher Tratcher merged commit ec1bff4 into dotnet:main Aug 20, 2021
@Tratcher Tratcher deleted the tratcher/httpsys/io branch August 20, 2021 02:51
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IOExceptions caused by client disconnects are noisy on HttpSysServer
4 participants