summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-07-17 12:10:43 +0100
committerGitHub <noreply@github.com>2020-07-17 12:10:43 +0100
commit4642fd66df510d6639ba66891ad2ae22564b3591 (patch)
tree16b26f41ad146aa1f5ca6a84e11447a6ae998a2d /changelog.d
parentConvert device handler to async/await (#7871) (diff)
downloadsynapse-4642fd66df510d6639ba66891ad2ae22564b3591.tar.xz
Change "unknown room ver" logging to warning. (#7881)
It's somewhat expected for us to have unknown room versions in the
database due to room version experiments.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7881.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7881.misc b/changelog.d/7881.misc
new file mode 100644
index 0000000000..6799117099
--- /dev/null
+++ b/changelog.d/7881.misc
@@ -0,0 +1 @@
+Change "unknown room version" logging from 'error' to 'warning'.