diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2020-04-22 12:45:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 07:45:16 -0400 |
commit | 5308239d5dc83e3a08594ba55377c269b2b86dcb (patch) | |
tree | e5a7c772ff5da744ee20d01bf9bed92cca0124a3 /changelog.d | |
parent | import urllib.parse when using urllib.parse.quote (#7319) (diff) | |
download | synapse-5308239d5dc83e3a08594ba55377c269b2b86dcb.tar.xz |
Reduce logging verbosity of URL cache cleanup. (#7295)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7295.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7295.misc b/changelog.d/7295.misc new file mode 100644 index 0000000000..239195e75c --- /dev/null +++ b/changelog.d/7295.misc @@ -0,0 +1 @@ +Reduce log verbosity of url cache cleanup tasks. |