summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-05 08:06:55 -0500
committerGitHub <noreply@github.com>2021-01-05 08:06:55 -0500
commit06fefe0bb19d5ef0a5873ea5697e2018ce9e6026 (patch)
tree7f890b4ecaf561d5bdf31494423fc6839f0e0b36 /changelog.d
parentImplement MSC2176: Updated redaction rules (#8984) (diff)
downloadsynapse-06fefe0bb19d5ef0a5873ea5697e2018ce9e6026.tar.xz
Add type hints to the logging context code. (#8939)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8939.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8939.misc b/changelog.d/8939.misc
new file mode 100644
index 0000000000..bf94135fd5
--- /dev/null
+++ b/changelog.d/8939.misc
@@ -0,0 +1 @@
+Various clean-ups to the structured logging and logging context code.