diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-09-23 16:42:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 16:42:44 +0100 |
commit | 91c60f304256c08e8aff53ed13d5b282057277d6 (patch) | |
tree | 45c77ce308108cfcf87501535b0208a3edc860d7 /changelog.d | |
parent | Fix bug which caused failure on join with malformed membership events (#8385) (diff) | |
download | synapse-91c60f304256c08e8aff53ed13d5b282057277d6.tar.xz |
Improve logging of state resolution (#8371)
I'd like to get a better insight into what we are doing with respect to state res. The list of state groups we are resolving across should be short (if it isn't, that's a massive problem in itself), so it should be fine to log it in ite entiretly. I've done some grepping and found approximately zero cases in which the "shortcut" code delivered the result, so I've ripped that out too.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8371.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8371.misc b/changelog.d/8371.misc new file mode 100644 index 0000000000..6a54a9496a --- /dev/null +++ b/changelog.d/8371.misc @@ -0,0 +1 @@ +Improve logging of state resolution. |