diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-21 06:59:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 06:59:54 -0400 |
commit | 20a67aa70da0e8ac49c724cdbc144004b03e5a74 (patch) | |
tree | f3cc51169eeff8666884e33de1945d42aaa1fd05 /changelog.d | |
parent | Pin mypy-zope for compatibility with mypy. (#8600) (diff) | |
download | synapse-20a67aa70da0e8ac49c724cdbc144004b03e5a74.tar.xz |
Separate the TCP and terse JSON formatting code. (#8587)
This should (theoretically) allow for using the TCP code with a different output type and make it easier to use the JSON code with files / console.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8587.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8587.misc b/changelog.d/8587.misc new file mode 100644 index 0000000000..9e56551a34 --- /dev/null +++ b/changelog.d/8587.misc @@ -0,0 +1 @@ +Re-organize the structured logging code to separate the TCP transport handling from the JSON formatting. |