fix(buildman/ephemeral): remove exception log on noncritical error

This commit is contained in:
EvB 2017-02-09 11:32:41 -08:00
parent 2510769625
commit cedce6f98b

View file

@ -120,7 +120,7 @@ class EphemeralBuilderManager(BaseManager):
# at the index we retrieved. We therefore start a new watch at HEAD and
# (if specified) call the restarter method which should conduct a read and
# reset the state of the manager.
logger.exception('Etcd moved forward too quickly. Restarting watch cycle.')
logger.debug('Etcd moved forward too quickly. Restarting watch cycle.')
new_index = None
if restarter is not None:
async(restarter())