MatrixSynapse/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
_structured.py Clean up some LoggingContext stuff (#7120) 2020-03-24 14:45:33 +00:00
_terse_json.py
context.py Reduce the number of calls to `resource.getrusage` (#7183) 2020-04-03 13:21:30 +01:00
formatter.py
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