Merge pull request #2900 from coreos-inc/joseph.schorr/QS-44/rac-duplicate
Change exception to debug on expected RAC integrity error
This commit is contained in:
commit
f9dc4e79b3
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def count_repository_actions(to_count):
|
|||
RepositoryActionCount.create(repository=to_count, date=yesterday, count=actions)
|
||||
return True
|
||||
except IntegrityError:
|
||||
logger.exception('Exception when writing count for repository')
|
||||
logger.debug('Count already written for repository %s', to_count.id)
|
||||
return False
|
||||
|
||||
|
||||
|
|
Reference in a new issue