summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-04-28 07:44:52 -0400
committerGitHub <noreply@github.com>2021-04-28 07:44:52 -0400
commit10a08ab88ad423bfca86983808c47f34a601ec9c (patch)
tree8ed066068952504cb3b3dd2c5c556baca88ac244 /changelog.d
parentMerge tag 'v1.33.0rc1' into develop (diff)
downloadsynapse-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 'changelog.d')
-rw-r--r--changelog.d/9895.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9895.bugfix b/changelog.d/9895.bugfix
new file mode 100644
index 0000000000..1053f975bf
--- /dev/null
+++ b/changelog.d/9895.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.32.0 where the associated connection was improperly logged for SQL logging statements.