summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-01-26 12:47:34 +0000
committerGitHub <noreply@github.com>2022-01-26 12:47:34 +0000
commitd8df8e6c1432d25ea1c0310a5f2dc48d1688345f (patch)
tree43722b944a2ac3a5db89183cc8765495e302dd7e /changelog.d
parentAvoid type annotation problems in prom-client (#11834) (diff)
downloadsynapse-d8df8e6c1432d25ea1c0310a5f2dc48d1688345f.tar.xz
Don't print HTTPStatus.* in "Processed..." logs (#11827)
* Don't print HTTPStatus.* in "Processed..." logs

Fixes #11812. See also #7118 and
https://github.com/matrix-org/synapse/pull/7188#r401719326 in
particular.

Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11827.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11827.bugfix b/changelog.d/11827.bugfix
new file mode 100644
index 0000000000..30222dfb62
--- /dev/null
+++ b/changelog.d/11827.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 0.33.3 causing requests to sometimes log strings such as `HTTPStatus.OK` instead of integer status codes.
\ No newline at end of file