forked-synapse/synapse/logging
Erik Johnston 37f6823f5b
Add instance name to RDATA/POSITION commands (#7364)
This is primarily for allowing us to send those commands from workers, but for now simply allows us to ignore echoed RDATA/POSITION commands that we sent (we get echoes of sent commands when using redis). Currently we log a WARNING on the master process every time we receive an echoed RDATA.
2020-04-29 16:23:08 +01:00
..
__init__.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
_structured.py Clean up some LoggingContext stuff (#7120) 2020-03-24 14:45:33 +00:00
_terse_json.py Bump version of mypy 2019-12-12 15:21:12 +00:00
context.py Reduce the number of calls to resource.getrusage (#7183) 2020-04-03 13:21:30 +01:00
formatter.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
opentracing.py Add instance name to RDATA/POSITION commands (#7364) 2020-04-29 16:23:08 +01:00
scopecontextmanager.py Clean up some LoggingContext stuff (#7120) 2020-03-24 14:45:33 +00:00
utils.py Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00