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-11-06 11:42:07 +0000
committerGitHub <noreply@github.com>2020-11-06 11:42:07 +0000
commitfb56dfdccd129ecdc07effbb6e2e18d3b304d821 (patch)
tree18720ae80df86bbcfaa7ec98e1f6c6a78ae9bf37 /changelog.d
parentAdd an admin API for users' media statistics (#8700) (diff)
downloadsynapse-fb56dfdccd129ecdc07effbb6e2e18d3b304d821.tar.xz
Fix SIGHUP handler (#8697)
Fixes:

```
builtins.TypeError: _reload_logging_config() takes 1 positional argument but 2 were given
```
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8697.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8697.misc b/changelog.d/8697.misc
new file mode 100644
index 0000000000..7982a4e46d
--- /dev/null
+++ b/changelog.d/8697.misc
@@ -0,0 +1 @@
+ Re-organize the structured logging code to separate the TCP transport handling from the JSON formatting.