fix(buildman/ephemeral): remove exception log on noncritical error
This commit is contained in:
parent
2510769625
commit
cedce6f98b
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Reference in a new issue