29 references to LogDebug
Microsoft.AspNetCore.HttpOverrides (2)
ForwardedHeadersMiddleware.cs (2)
231
_logger.
LogDebug
(1, "Unknown proxy: {RemoteIpAndPort}", currentValues.RemoteIpAndPort);
248
_logger.
LogDebug
(1, "Unparsable IP: {IpAndPortText}", set.IpAndPortText);
Microsoft.AspNetCore.Identity (8)
SecurityStampValidator.cs (1)
157
Logger.
LogDebug
(EventIds.SecurityStampValidationFailed, "Security stamp validation failed, rejecting cookie.");
SignInManager.cs (7)
140
Logger.
LogDebug
(EventIds.UserCannotSignInWithoutConfirmedEmail, "User cannot sign in without a confirmed email.");
145
Logger.
LogDebug
(EventIds.UserCannotSignInWithoutConfirmedPhoneNumber, "User cannot sign in without a confirmed phone number.");
150
Logger.
LogDebug
(EventIds.UserCannotSignInWithoutConfirmedAccount, "User cannot sign in without a confirmed account.");
283
Logger.
LogDebug
(EventIds.SecurityStampValidationFailedId4, "Failed to validate a security stamp.");
306
Logger.
LogDebug
(EventIds.TwoFactorSecurityStampValidationFailed, "Failed to validate a security stamp.");
402
Logger.
LogDebug
(EventIds.InvalidPassword, "User failed to provide the correct password.");
908
Logger.
LogDebug
(EventIds.UserLockedOut, "User is currently locked out.");
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisLog.cs (1)
73
logger.
LogDebug
(new EventId(100, "RedisConnectionLog"), message);
Microsoft.Extensions.Hosting (4)
Internal\HostingLoggerExtensions.cs (4)
36
logger.
LogDebug
(
46
logger.
LogDebug
(
56
logger.
LogDebug
(
66
logger.
LogDebug
(
Microsoft.Extensions.Identity.Core (14)
UserManager.cs (14)
694
Logger.
LogDebug
(LoggerEventIds.InvalidPassword, "Invalid password for user.");
735
Logger.
LogDebug
(LoggerEventIds.UserAlreadyHasPassword, "User already has a password.");
772
Logger.
LogDebug
(LoggerEventIds.ChangePasswordFailed, "Change password failed for user.");
827
Logger.
LogDebug
(LoggerEventIds.GetSecurityStampFailed, "GetSecurityStampAsync for user failed because stamp was null.");
956
Logger.
LogDebug
(LoggerEventIds.AddLoginFailed, "AddLogin for user failed because it was already associated with another user.");
1171
Logger.
LogDebug
(LoggerEventIds.UserAlreadyInRole, "User is already in role {role}.", role);
1180
Logger.
LogDebug
(LoggerEventIds.UserNotInRole, "User is not in role {role}.", role);
1478
Logger.
LogDebug
(LoggerEventIds.PhoneNumberChanged, "Change phone number for user failed with invalid token.");
1564
Logger.
LogDebug
(LoggerEventIds.VerifyUserTokenFailed, "VerifyUserTokenAsync() failed with purpose: {purpose} for user.", purpose);
1652
Logger.
LogDebug
(LoggerEventIds.VerifyTwoFactorTokenFailed, $"{nameof(VerifyTwoFactorTokenAsync)}() failed for user.");
1801
Logger.
LogDebug
(LoggerEventIds.LockoutFailed, "Lockout for user failed because lockout is not enabled for this user.");
1827
Logger.
LogDebug
(LoggerEventIds.UserLockedOut, "User is locked out.");
2323
Logger.
LogDebug
(LoggerEventIds.UserValidationFailed, "User validation failed: {errors}.", string.Join(";", errors.Select(e => e.Code)));
2359
Logger.
LogDebug
(LoggerEventIds.PasswordValidationFailed, "User password validation failed: {errors}.", string.Join(";", errors?.Select(e => e.Code) ?? Array.Empty<string>()));