diff options
author | Erik Johnston <erik@matrix.org> | 2021-09-15 17:14:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 17:14:25 +0100 |
commit | 9a6f4a684f6522be4745ce5e0b39e0268c5f0a01 (patch) | |
tree | fe566944ba41159ce4b43c465d4138cb8b2b36aa /changelog.d | |
parent | update changelog wording (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/10828.bugfix | 1 |
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. |