mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 01:04:22 -05:00
Don't log as exception when failing durig backfill
This commit is contained in:
parent
aecae8f397
commit
b4d5ff0af7
@ -978,6 +978,9 @@ class FederationHandler(BaseHandler):
|
||||
except NotRetryingDestination as e:
|
||||
logger.info(str(e))
|
||||
continue
|
||||
except RequestSendFailed as e:
|
||||
logger.info("Falied to get backfill from %s because %s", dom, e)
|
||||
continue
|
||||
except FederationDeniedError as e:
|
||||
logger.info(e)
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user