synapse/changelog.d/9895.bugfix
Patrick Cloke 10a08ab88a
Use the parent's logging context name for runWithConnection. (#9895)
This fixes a regression where the logging context for runWithConnection
was reported as runWithConnection instead of the connection name,
e.g. "POST-XYZ".
2021-04-28 07:44:52 -04:00

2 lines
114 B
Plaintext

Fix a bug introduced in v1.32.0 where the associated connection was improperly logged for SQL logging statements.