diff --git a/src/AspNetCore.Authentication.Basic/BasicHandler.cs b/src/AspNetCore.Authentication.Basic/BasicHandler.cs index ff9f03d..70f3559 100644 --- a/src/AspNetCore.Authentication.Basic/BasicHandler.cs +++ b/src/AspNetCore.Authentication.Basic/BasicHandler.cs @@ -53,7 +53,7 @@ protected override async Task HandleAuthenticateAsync() { if (IgnoreAuthenticationIfAllowAnonymous()) { - Logger.LogInformation("AllowAnonymous found on the endpoint so request was not authenticated."); + Logger.LogDebug("AllowAnonymous found on the endpoint so request was not authenticated."); return AuthenticateResult.NoResult(); }