forked-synapse/synapse/replication/tcp
Patrick Cloke b076bc276e
Always use the name as the log ID. (#9829)
As far as I can tell our logging contexts are meant to log the request ID, or sometimes the request ID followed by a suffix (this is generally stored in the name field of LoggingContext). There's also code to log the name@memory location, but I'm not sure this is ever used.

This simplifies the code paths to require every logging context to have a name and use that in logging. For sub-contexts (created via nested_logging_contexts, defer_to_threadpool, Measure) we use the current context's str (which becomes their name or the string "sentinel") and then potentially modify that (e.g. add a suffix).
2021-04-20 14:19:00 +01:00
..
streams Add type hints for the federation sender. (#9681) 2021-03-29 11:43:20 -04:00
__init__.py Fix some spelling mistakes / typos. (#7811) 2020-07-09 09:52:58 -04:00
client.py Fix additional type hints from Twisted upgrade. (#9518) 2021-03-03 15:47:38 -05:00
commands.py Add type hints for the federation sender. (#9681) 2021-03-29 11:43:20 -04:00
external_cache.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
handler.py Fix remaining mypy issues due to Twisted upgrade. (#9608) 2021-03-15 11:14:39 -04:00
protocol.py Always use the name as the log ID. (#9829) 2021-04-20 14:19:00 +01:00
redis.py Update mypy configuration: no_implicit_optional = True (#9742) 2021-04-05 09:10:18 -04:00
resource.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00