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>(LogLevel.Information,newEventId(3,nameof(RequestRejectedMissingHost)),"{Protocol} request rejected due to missing or empty host header.");
21
+
LoggerMessage.Define<string>(LogLevel.Information,newEventId(3,"RequestRejectedMissingHost"),"{Protocol} request rejected due to missing or empty host header.");
LoggerMessage.Define<string>(LogLevel.Debug,newEventId(4,nameof(RequestAllowedMissingHost)),"{Protocol} request allowed with missing or empty host header.");
24
+
LoggerMessage.Define<string>(LogLevel.Debug,newEventId(4,"RequestAllowedMissingHost"),"{Protocol} request allowed with missing or empty host header.");
0 commit comments