diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-22 11:39:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 11:39:20 +0100 |
commit | 547e4dd83e7d70c30ce8b40578d0750fc10373fa (patch) | |
tree | 84fe85f71ea6e9c5e0794a4659eb8b10ee58733f /changelog.d | |
parent | synapse.metrics: implement detailed memory usage reporting on PyPy (#7536) (diff) | |
download | synapse-547e4dd83e7d70c30ce8b40578d0750fc10373fa.tar.xz |
Fix exception reporting due to HTTP request errors. (#7556)
These are business as usual errors, rather than stuff we want to log at error.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7556.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7556.misc b/changelog.d/7556.misc new file mode 100644 index 0000000000..ed271f9de8 --- /dev/null +++ b/changelog.d/7556.misc @@ -0,0 +1 @@ +Stop logging some expected HTTP request errors as exceptions. |