diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2019-10-24 18:37:55 +0100 |
---|---|---|
committer | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2019-10-24 18:37:55 +0100 |
commit | 0d7e9523e5793ec9a6ee5ea03b64f7561860f868 (patch) | |
tree | 01a09a45897219362f7941216d2579b85519b728 /changelog.d | |
parent | Delay printf until logging is required. (diff) | |
download | synapse-0d7e9523e5793ec9a6ee5ea03b64f7561860f868.tar.xz |
Reduce impact of debug logging
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6251.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6251.misc b/changelog.d/6251.misc new file mode 100644 index 0000000000..371c6983be --- /dev/null +++ b/changelog.d/6251.misc @@ -0,0 +1 @@ +Reduce impact of debug logging. |