forked-synapse/changelog.d
Richard van der Hoff 8d156ec0ba
Remove special-case for twisted logger (#12589)
This was originally added when we first added a `MemoryHandler` to the default
log config back in https://github.com/matrix-org/synapse/pull/8040, to ensure
that we didn't explode with an infinite loop if there was an error formatting
the logs.

Since then, we made additional improvements to logging which make this
workaround redundant. In particular:

 * we no longer attempt to log un-UTF8-decodable byte sequences, which were the
   most likely cause of an error in the first place.

 * https://github.com/matrix-org/synapse/pull/8268 ensures that in the unlikely
   case that there *is* an error, it won't cause an infinite loop.
2022-04-29 22:05:18 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
12356.misc Make scripts-dev pass mypy --disallow-untyped-defs (#12356) 2022-04-27 13:10:31 +00:00
12406.feature Add a module API to allow modules to edit push rule actions (#12406) 2022-04-27 13:55:33 +00:00
12480.misc Use supervisord to supervise Postgres and Caddy in the Complement image. (#12480) 2022-04-27 14:39:41 +01:00
12485.misc Add some type hints to datastore (#12485) 2022-04-27 13:05:00 +01:00
12505.misc Prefer make_awaitable over defer.succeed in tests (#12505) 2022-04-27 14:58:26 +01:00
12526.feature Add option to enable token registration without requiring 3pids (#12526) 2022-04-27 12:57:53 +00:00
12531.misc Remove unused # type: ignores (#12531) 2022-04-27 14:03:44 +01:00
12541.docker Mark Dockerfile as requiring BuildKit (#12541) 2022-04-26 15:31:52 +01:00
12544.bugfix Bound ephemeral events by key (#12544) 2022-04-26 20:14:21 +01:00
12564.misc Consistently use collections.abc.Mapping to check frozendict. (#12564) 2022-04-27 09:00:07 -04:00
12576.misc Allow unused ignores in "bleeding edge" CI (#12576) 2022-04-29 17:57:23 +01:00
12579.doc Add linebreak to pipx install quote in README (#12579) 2022-04-28 13:54:46 +01:00
12580.bugfix Fix logging of incorrect status codes for disconnected requests (#12580) 2022-04-28 15:49:50 +00:00
12581.misc Improve the docstrings for the receipts store. (#12581) 2022-04-28 17:58:58 +00:00
12582.misc Use constants for receipt types in tests. (#12582) 2022-04-28 13:34:33 -04:00
12589.misc Remove special-case for twisted logger (#12589) 2022-04-29 22:05:18 +01:00