Logging level should be lowered

Change-Id: Ic3a047d5de36c3980b2cf9104fbe809fc217d695
This commit is contained in:
liujinxin 2020-10-24 11:05:59 +08:00
parent ba12753374
commit dbec1a0b3f
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class BaseVIFPool(base.VIFPoolDriver, metaclass=abc.ABCMeta):
try:
if (now - oslo_cfg.CONF.vif_pool.ports_pool_update_frequency <
last_update):
LOG.info("Not enough time since the last pool update")
LOG.debug("Not enough time since the last pool update")
return
except AttributeError:
LOG.debug("Kuryr-controller not yet ready to populate pools.")