Skip to content

Commit 46834fe

Browse files
author
Roberth Kulbin
committed
Demote log level on trivial 401 intercept
1 parent 7255824 commit 46834fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/netty/handler/intercept/Unauthorized401Interceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public boolean exitAfterHandling401(//
6464
HttpRequest httpRequest) {
6565

6666
if (realm == null) {
67-
LOGGER.info("Can't handle 401 as there's no realm");
67+
LOGGER.debug("Can't handle 401 as there's no realm");
6868
return false;
6969
}
7070

0 commit comments

Comments
 (0)