diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2020-04-22 11:18:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 11:18:18 +0100 |
commit | 336989a57f100fccbc09bf25a9a54d800befec5e (patch) | |
tree | 0eef65273cd0f322c052bfa17a294aa2cb337018 /changelog.d | |
parent | Merge branch 'release-v1.12.4' into develop (diff) | |
download | synapse-336989a57f100fccbc09bf25a9a54d800befec5e.tar.xz |
Reduce federation logging on success (#7321)
Splitting based on the response code means we can avoid double logging here and identical information from line 164 while still logging at info if we don't get a good response and need to retry.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7321.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7321.misc b/changelog.d/7321.misc new file mode 100644 index 0000000000..a4b3e67af9 --- /dev/null +++ b/changelog.d/7321.misc @@ -0,0 +1 @@ +Reduce logging verbosity for successful federation requests. |