summary refs log tree commit diff
path: root/changelog.d/10828.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-09-15 17:14:25 +0100
committerGitHub <noreply@github.com>2021-09-15 17:14:25 +0100
commit9a6f4a684f6522be4745ce5e0b39e0268c5f0a01 (patch)
treefe566944ba41159ce4b43c465d4138cb8b2b36aa /changelog.d/10828.bugfix
parentupdate changelog wording (diff)
downloadsynapse-9a6f4a684f6522be4745ce5e0b39e0268c5f0a01.tar.xz
Cleanup opentracing logging for syncs (#10828)
We added a bunch of spans in #10704, but this ended up adding a lot of
redundant spans for rooms where nothing changed, so instead we only
start the span if there might be something interesting going on.
Diffstat (limited to 'changelog.d/10828.bugfix')
-rw-r--r--changelog.d/10828.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10828.bugfix b/changelog.d/10828.bugfix
new file mode 100644
index 0000000000..e00c10ec81
--- /dev/null
+++ b/changelog.d/10828.bugfix
@@ -0,0 +1 @@
+Added opentrace logging to help debug #9424.