diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-24 09:55:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 09:55:47 +0100 |
commit | 1ec688bf21cd1368a2bb86c2de977daf148eecc3 (patch) | |
tree | 2bb4712ff2dc49fada67789ea1eedcf422892d8a /changelog.d | |
parent | Convert presence handler helpers to async/await. (#7939) (diff) | |
download | synapse-1ec688bf21cd1368a2bb86c2de977daf148eecc3.tar.xz |
Downgrade warning on client disconnect to INFO (#7928)
Clients disconnecting before we finish processing the request happens from time to time. We don't need to yell about it
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7928.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7928.misc b/changelog.d/7928.misc new file mode 100644 index 0000000000..5f3aa5de0a --- /dev/null +++ b/changelog.d/7928.misc @@ -0,0 +1 @@ +When a client disconnects, don't log it as 'Error processing request'. |