summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJ. Ryan Stinnett <jryans@gmail.com>2019-09-18 21:55:37 +0100
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-09-18 21:55:37 +0100
commita86a290850dad40c1ac38c4e20b2da039f246922 (patch)
treedccb077b0149af883403f3e80acc422ef563dfc3 /changelog.d
parentfix sample config (diff)
downloadsynapse-a86a290850dad40c1ac38c4e20b2da039f246922.tar.xz
Fix logcontext spam on non-Linux platforms (#6059)
This checks whether the current platform supports thread resource usage tracking
before logging a warning to avoid log spam.

Fixes https://github.com/matrix-org/synapse/issues/6055
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6059.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6059.bugfix b/changelog.d/6059.bugfix
new file mode 100644
index 0000000000..49d5bd3fa0
--- /dev/null
+++ b/changelog.d/6059.bugfix
@@ -0,0 +1 @@
+Fix logcontext spam on non-Linux platforms.