summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-09-08 14:52:51 +0100
committerGitHub <noreply@github.com>2020-09-08 14:52:51 +0100
commit703e2b8a960a0845a5fbe14c34c45ae802300a4d (patch)
tree432acb98e68cf0ee5a9d3dbd52da9713413c63e7 /changelog.d
parentFix `MultiWriterIdGenerator.current_position`. (#8257) (diff)
downloadsynapse-703e2b8a960a0845a5fbe14c34c45ae802300a4d.tar.xz
Use the right constructor for log records (#8278)
Update `log_function` to use the right factory to create log records, to make
sure that they have `request` attributes.

Fixes: #8267.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8278.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8278.bugfix b/changelog.d/8278.bugfix
new file mode 100644
index 0000000000..50e40ca2a9
--- /dev/null
+++ b/changelog.d/8278.bugfix
@@ -0,0 +1 @@
+Fix a bug which cause the logging system to report errors, if `DEBUG` was enabled and no `context` filter was applied.