summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-08-07 14:53:05 +0100
committerGitHub <noreply@github.com>2020-08-07 14:53:05 +0100
commit2f9fd5ab00fa915fd76e5ebcfbbe458b17d0168e (patch)
tree652c5efeda2a6a4376a0e7d3991a78dd978ae1b3 /changelog.d
parentRemove unnecessary maybeDeferred calls (#8044) (diff)
downloadsynapse-2f9fd5ab00fa915fd76e5ebcfbbe458b17d0168e.tar.xz
Don't log OPTIONS request at INFO (#8049)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8049.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8049.misc b/changelog.d/8049.misc
new file mode 100644
index 0000000000..7fce36215d
--- /dev/null
+++ b/changelog.d/8049.misc
@@ -0,0 +1 @@
+Log `OPTIONS` requests at `DEBUG` rather than `INFO` level to reduce amount logged at `INFO`.