mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Demote log message in custodia _wait_keys to debug
This was previously suppressed because of the log level in an installation was set to error so it was never displayed Keeping consistency and demoting it to debug since the log level is increased to info. Related: https://pagure.io/freeipa/issue/7408 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
9b7a152e95
commit
4cde696d71
@ -213,8 +213,8 @@ class CustodiaInstance(SimpleServiceInstance):
|
||||
def _wait_keys(self):
|
||||
timeout = api.env.replication_wait_timeout
|
||||
deadline = int(time.time()) + timeout
|
||||
logger.info("Waiting up to %s seconds to see our keys "
|
||||
"appear on host %s", timeout, self.ldap_uri)
|
||||
logger.debug("Waiting up to %s seconds to see our keys "
|
||||
"appear on host %s", timeout, self.ldap_uri)
|
||||
|
||||
konn = KEMLdap(self.ldap_uri)
|
||||
saved_e = None
|
||||
|
Loading…
Reference in New Issue
Block a user