diff options
author | Erik Johnston <erik@matrix.org> | 2023-07-20 11:07:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 11:07:58 +0100 |
commit | fd44053b84e6519b7425f295e71e1084111bec46 (patch) | |
tree | 3591dcb68d749f5beb84c75f6268d855accf5b31 | |
parent | Reduce the amount of state we pull out (#15968) (diff) | |
download | synapse-fd44053b84e6519b7425f295e71e1084111bec46.tar.xz |
Don't log exceptions for every non-200 response (#15969)
Introduced in #15913
-rw-r--r-- | changelog.d/15969.feature | 1 | ||||
-rw-r--r-- | synapse/http/server.py | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/changelog.d/15969.feature b/changelog.d/15969.feature new file mode 100644 |