diff options
author | Eric Eastwood <erice@element.io> | 2021-06-17 08:59:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 14:59:45 +0100 |
commit | a911dd768bc0dc49df9a47ca864b737174345bb7 (patch) | |
tree | 080bc6a03992eef6ecd3765a6e93513edd1f000a /changelog.d | |
parent | Fix persist_events to stop leaking opentracing contexts (#10193) (diff) | |
download | synapse-a911dd768bc0dc49df9a47ca864b737174345bb7.tar.xz |
Add fields to better debug where events are being soft_failed (#10168)
Follow-up to https://github.com/matrix-org/synapse/pull/10156#discussion_r650292223
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10168.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10168.misc b/changelog.d/10168.misc new file mode 100644 index 0000000000..5ca7b89806 --- /dev/null +++ b/changelog.d/10168.misc @@ -0,0 +1 @@ +Add extra logging fields to better debug where events are being soft failed. |