mirror of https://github.com/apache/druid.git
Remove extra logging by making it debug level (#5193)
Change-Id: Iaa255862389bdff7fa42b2c08c1e078448b5ee6c
This commit is contained in:
parent
b31abd03ad
commit
c3f7da2128
|
@ -136,7 +136,7 @@ public class KerberosHttpClient extends AbstractHttpClient
|
|||
request.setHeader("Cookie", "");
|
||||
inner_go(request.copy(), httpResponseHandler, duration, future);
|
||||
} else {
|
||||
log.info("Not retrying and returning future response");
|
||||
log.debug("Not retrying and returning future response");
|
||||
future.set(result.getObj());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue