summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-10-29 12:16:49 +0000
committerGitHub <noreply@github.com>2020-10-29 12:16:49 +0000
commit0073fe914a070c6addc4d76fbe0857ebe96b377e (patch)
tree94aaf1cf35dd59172ec0d9ae9f590096258831ee /changelog.d
parentOptimise createRoom with multiple invites (#8559) (diff)
downloadsynapse-0073fe914a070c6addc4d76fbe0857ebe96b377e.tar.xz
Use `%r` rather than `%s` for stringifying events (#8679)
otherwise non-state events get written as `<FrozenEvent ... state_key='None'>`
which is indistinguishable from state events with the actual state_key `None`.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8679.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8679.misc b/changelog.d/8679.misc
new file mode 100644
index 0000000000..662eced4cf
--- /dev/null
+++ b/changelog.d/8679.misc
@@ -0,0 +1 @@
+Clarify representation of events in logfiles.