forked-synapse/synapse
Erik Johnston f7199e8734 Log looping call exceptions
If a looping call function errors, then it kills the loop entirely.
Currently it throws away the exception logs, so we should make it
actually log them.

Fixes #3929
2018-10-05 11:24:12 +01:00
..
api Fix userconsent on Python 3 (#3938) 2018-10-02 00:11:58 +10:00
app Remove redundant call to start_get_pdu_cache 2018-09-28 12:01:23 +01:00
appservice
config Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
crypto
events Disable frozen dicts by default (#3987) 2018-10-02 22:53:47 +10:00
federation Merge pull request #3964 from matrix-org/rav/remove_localhost_checks 2018-09-28 13:35:47 +01:00
groups
handlers Fix exception handling in fetching remote profiles 2018-10-03 11:34:30 +01:00
http Fix error when logging incomplete requests 2018-10-02 12:06:22 +01:00
metrics Fix exception in background metrics collection 2018-10-03 11:28:01 +01:00
module_api
push
replication
rest Merge pull request #3932 from matrix-org/erikj/auto_start_expiring_caches 2018-09-25 12:02:57 +01:00
server_notices
state Logging improvements 2018-09-26 17:36:14 +01:00
static/client
storage actually exclude outliers 2018-10-03 10:19:41 +01:00
streams
util Log looping call exceptions 2018-10-05 11:24:12 +01:00
__init__.py full version 2018-10-04 22:37:55 +10:00
event_auth.py Sanitise error messages when user doesn't have permission to invite 2018-10-03 14:13:07 +01:00
notifier.py Run notify_app_services as a bg process 2018-09-26 17:00:40 +01:00
python_dependencies.py Pin to prometheus_client<0.4 to avoid renaming all of our metrics 2018-10-03 17:20:15 +01:00
secrets.py
server.py
server.pyi
types.py
visibility.py