Skip to content

Commit 66669e4

Browse files
authored
Revert "add logging information for configuration error (#79)" (#80)
This reverts commit 9725a61.
1 parent 9725a61 commit 66669e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/amazon/opendistroforelasticsearch/security/auth/BackendRegistry.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ public boolean authenticate(final RestRequest request, final RestChannel channel
431431

432432
if(authDomain.isChallenge() && httpAuthenticator.reRequestAuthentication(channel, null)) {
433433
auditLog.logFailedLogin("<NONE>", false, null, request);
434-
log.warn("The first challenge authentication method is {}, other methods with lower order may not work.",httpAuthenticator.getType());
435434
log.trace("No 'Authorization' header, send 401 and 'WWW-Authenticate Basic'");
436435
return false;
437436
} else {

0 commit comments

Comments
 (0)