Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Disconnect is Debug not Error #393

Merged
merged 1 commit into from
Nov 17, 2015
Merged

Disconnect is Debug not Error #393

merged 1 commit into from
Nov 17, 2015

Conversation

benaadams
Copy link
Contributor

Resolves #392

Correction to issue caused by #326

@@ -35,7 +35,7 @@ static KestrelTrace()
_connectionWriteFin = LoggerMessage.Define<long>(LogLevel.Debug, 7, @"Connection id ""{ConnectionId}"" sending FIN.");
_connectionWroteFin = LoggerMessage.Define<long, int>(LogLevel.Debug, 8, @"Connection id ""{ConnectionId}"" sent FIN with status ""{Status}"".");
_connectionKeepAlive = LoggerMessage.Define<long>(LogLevel.Debug, 9, @"Connection id ""{ConnectionId}"" completed keep alive response.");
_connectionDisconnect = LoggerMessage.Define<long>(LogLevel.Error, 10, @"Connection id ""{ConnectionId}"" disconnected.");
_connectionDisconnect = LoggerMessage.Define<long>(LogLevel.Debug, 10, @"Connection id ""{ConnectionId}"" disconnected.");
Copy link
Member

Choose a reason for hiding this comment

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

Verbose?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This just matches what it was previously.

davidfowl added a commit that referenced this pull request Nov 17, 2015
Disconnect is Debug not Error
@davidfowl davidfowl merged commit b1a772f into aspnet:dev Nov 17, 2015
@benaadams benaadams deleted the patch-1 branch November 17, 2015 04:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants