Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce log level in RoundRobinLoadBalancer (#2213)
Motivation: RoundRobinLoadBalancer logs at the warn level if it takes a host out of rotation due to exceeding the consecutive failure threshold. The failure maybe retried and/or captured in metrics/logs by the application and may not necessarily justify a warn level log from the framework. Modifications: - Adjust log level to debug when below the failure threshold, and info when crossing the threshold. Note the log level is also info when the host is connected to again and taken out of the penalty box.
- Loading branch information