Skip to content

Demote host_list_limit_exceeded log message to DEBUG

Dylan Griffith requested to merge host_list_limit_exceeded-log-as-debug into master

What does this MR do and why?

Demote host_list_limit_exceeded log message to DEBUG

So it can be filtered out. This log message will happen every time this runs in production because we've got max_replica_pools set to a number that is lower than the number of replicas.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports