You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LoggerMessage.Define<string,string>(LogLevel.Error,newEventId(13,nameof(ApplicationError)),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": An unhandled exception was thrown by the application.");
33
+
LoggerMessage.Define<string,string>(LogLevel.Error,newEventId(13,"ApplicationError"),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": An unhandled exception was thrown by the application.");
LoggerMessage.Define(LogLevel.Debug,newEventId(16,nameof(NotAllConnectionsClosedGracefully)),"Some connections failed to close gracefully during server shutdown.");
36
+
LoggerMessage.Define(LogLevel.Debug,newEventId(16,"NotAllConnectionsClosedGracefully"),"Some connections failed to close gracefully during server shutdown.");
LoggerMessage.Define<string,string>(LogLevel.Debug,newEventId(17,nameof(ConnectionBadRequest)),@"Connection id ""{ConnectionId}"" bad request data: ""{message}""");
39
+
LoggerMessage.Define<string,string>(LogLevel.Debug,newEventId(17,"ConnectionBadRequest"),@"Connection id ""{ConnectionId}"" bad request data: ""{message}""");
LoggerMessage.Define<string,long>(LogLevel.Debug,newEventId(18,nameof(ConnectionHeadResponseBodyWrite)),@"Connection id ""{ConnectionId}"" write of ""{count}"" body bytes to non-body HEAD response.");
42
+
LoggerMessage.Define<string,long>(LogLevel.Debug,newEventId(18,"ConnectionHeadResponseBodyWrite"),@"Connection id ""{ConnectionId}"" write of ""{count}"" body bytes to non-body HEAD response.");
LoggerMessage.Define<TimeSpan,TimeSpan,DateTimeOffset>(LogLevel.Warning,newEventId(22,nameof(HeartbeatSlow)),@"As of ""{now}"", the heartbeat has been running for ""{heartbeatDuration}"" which is longer than ""{interval}"". This could be caused by thread pool starvation.");
51
+
LoggerMessage.Define<TimeSpan,TimeSpan,DateTimeOffset>(LogLevel.Warning,newEventId(22,"HeartbeatSlow"),@"As of ""{now}"", the heartbeat has been running for ""{heartbeatDuration}"" which is longer than ""{interval}"". This could be caused by thread pool starvation.");
LoggerMessage.Define<string>(LogLevel.Critical,newEventId(23,nameof(ApplicationNeverCompleted)),@"Connection id ""{ConnectionId}"" application never completed");
54
+
LoggerMessage.Define<string>(LogLevel.Critical,newEventId(23,"ApplicationNeverCompleted"),@"Connection id ""{ConnectionId}"" application never completed");
LoggerMessage.Define<string>(LogLevel.Warning,newEventId(24,nameof(ConnectionRejected)),@"Connection id ""{ConnectionId}"" rejected because the maximum number of concurrent connections has been reached.");
57
+
LoggerMessage.Define<string>(LogLevel.Warning,newEventId(24,"ConnectionRejected"),@"Connection id ""{ConnectionId}"" rejected because the maximum number of concurrent connections has been reached.");
LoggerMessage.Define<string,string>(LogLevel.Debug,newEventId(25,nameof(RequestBodyStart)),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": started reading request body.");
60
+
LoggerMessage.Define<string,string>(LogLevel.Debug,newEventId(25,"RequestBodyStart"),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": started reading request body.");
LoggerMessage.Define<string,string>(LogLevel.Debug,newEventId(26,nameof(RequestBodyDone)),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": done reading request body.");
63
+
LoggerMessage.Define<string,string>(LogLevel.Debug,newEventId(26,"RequestBodyDone"),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": done reading request body.");
LoggerMessage.Define<string,string,double>(LogLevel.Debug,newEventId(27,nameof(RequestBodyMinimumDataRateNotSatisfied)),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": the request timed out because it was not sent by the client at a minimum of {Rate} bytes/second.");
66
+
LoggerMessage.Define<string,string,double>(LogLevel.Debug,newEventId(27,"RequestBodyMinimumDataRateNotSatisfied"),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": the request timed out because it was not sent by the client at a minimum of {Rate} bytes/second.");
LoggerMessage.Define<string,string>(LogLevel.Debug,newEventId(28,nameof(ResponseMinimumDataRateNotSatisfied)),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": the connection was closed because the response was not read by the client at the specified minimum data rate.");
69
+
LoggerMessage.Define<string,string>(LogLevel.Debug,newEventId(28,"ResponseMinimumDataRateNotSatisfied"),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": the connection was closed because the response was not read by the client at the specified minimum data rate.");
LoggerMessage.Define<string,int>(LogLevel.Debug,newEventId(31,nameof(HPackDecodingError)),@"Connection id ""{ConnectionId}"": HPACK decoding error while decoding headers for stream ID {StreamId}.");
78
+
LoggerMessage.Define<string,int>(LogLevel.Debug,newEventId(31,"HPackDecodingError"),@"Connection id ""{ConnectionId}"": HPACK decoding error while decoding headers for stream ID {StreamId}.");
LoggerMessage.Define<string,string>(LogLevel.Information,newEventId(32,nameof(RequestBodyNotEntirelyRead)),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": the application completed without reading the entire request body.");
81
+
LoggerMessage.Define<string,string>(LogLevel.Information,newEventId(32,"RequestBodyNotEntirelyRead"),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": the application completed without reading the entire request body.");
LoggerMessage.Define<string,string>(LogLevel.Information,newEventId(33,nameof(RequestBodyDrainTimedOut)),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": automatic draining of the request body timed out after taking over 5 seconds.");
84
+
LoggerMessage.Define<string,string>(LogLevel.Information,newEventId(33,"RequestBodyDrainTimedOut"),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": automatic draining of the request body timed out after taking over 5 seconds.");
LoggerMessage.Define<string,string>(LogLevel.Information,newEventId(34,nameof(RequestBodyDrainTimedOut)),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": the application aborted the connection.");
87
+
LoggerMessage.Define<string,string>(LogLevel.Information,newEventId(34,"RequestBodyDrainTimedOut"),@"Connection id ""{ConnectionId}"", Request id ""{TraceIdentifier}"": the application aborted the connection.");
"One or more of the following response headers have been removed because they are invalid for HTTP/2 and HTTP/3 responses: 'Connection', 'Transfer-Encoding', 'Keep-Alive', 'Upgrade' and 'Proxy-Connection'.");
0 commit comments