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.
Currently, each call to
OpenSearchDistribution.requests()
orOpenSearchCharm.alt_hosts
may generate a number ofERROR
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.