diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-11-06 11:42:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-06 11:42:07 +0000 |
commit | fb56dfdccd129ecdc07effbb6e2e18d3b304d821 (patch) | |
tree | 18720ae80df86bbcfaa7ec98e1f6c6a78ae9bf37 /changelog.d | |
parent | Add an admin API for users' media statistics (#8700) (diff) | |
download | synapse-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.misc | 1 |
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. |