diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-04-28 07:44:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 07:44:52 -0400 |
commit | 10a08ab88ad423bfca86983808c47f34a601ec9c (patch) | |
tree | 8ed066068952504cb3b3dd2c5c556baca88ac244 | |
parent | Merge tag 'v1.33.0rc1' into develop (diff) | |
download | synapse-10a08ab88ad423bfca86983808c47f34a601ec9c.tar.xz |
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".
Diffstat (limited to '')
-rw-r--r-- | changelog.d/9895.bugfix | 1 | ||||
-rw-r--r-- | synapse/storage/database.py | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/changelog.d/9895.bugfix b/changelog.d/9895.bugfix new file mode 100644 |