diff options
author | J. Ryan Stinnett <jryans@gmail.com> | 2019-09-18 21:55:37 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-18 21:55:37 +0100 |
commit | a86a290850dad40c1ac38c4e20b2da039f246922 (patch) | |
tree | dccb077b0149af883403f3e80acc422ef563dfc3 /changelog.d | |
parent | fix sample config (diff) | |
download | synapse-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.bugfix | 1 |
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. |