We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577cd56 commit f1bd068Copy full SHA for f1bd068
src/Access/IAccessStorage.cpp
@@ -567,7 +567,7 @@ std::optional<AuthResult> IAccessStorage::authenticateImpl(
567
568
if (skipped_not_allowed_authentication_methods)
569
{
570
- LOG_INFO(log, "Skipped the check for not allowed authentication methods,"
+ LOG_INFO(getLogger(), "Skipped the check for not allowed authentication methods,"
571
"check allow_no_password and allow_plaintext_password settings in the server configuration");
572
}
573
0 commit comments