diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-09-29 11:59:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 11:59:43 +0100 |
commit | 176aa55fd5971610727cb10372faf521542653d9 (patch) | |
tree | 36f560e385679213b8d717d1b2d7f55f90f6ddfe /changelog.d | |
parent | Use direct references for configuration variables (part 6). (#10916) (diff) | |
download | synapse-176aa55fd5971610727cb10372faf521542653d9.tar.xz |
add event id to logcontext when handling incoming PDUs (#10936)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10936.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10936.misc b/changelog.d/10936.misc new file mode 100644 index 0000000000..9d1d6e5b02 --- /dev/null +++ b/changelog.d/10936.misc @@ -0,0 +1 @@ +Include the event id in the logcontext when handling PDUs received over federation. |