canonical / opensearch-operator

OpenSearch operator
Apache License 2.0
12 stars 7 forks source link

[DPE-5483] Update logging on `requests()`code path #446

Closed phvalguima closed 2 months ago

phvalguima commented 2 months ago

Currently, each call to OpenSearchDistribution.requests() or OpenSearchCharm.alt_hosts may generate a number of ERROR entries in the charm log. However, these are checks or attempts executed within the each of the routines and not necessarily represent an error of the whole process.

This PR reduces their log to DEBUG level instead.