summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:30:47 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:30:47 +0000
commitb6b4a11752c31a77cb6e1f74e6f628d927b159da (patch)
treeb102315845572bee3531f2616ef4434af31e9639 /changelog.d
parentMerge pull request #6250 from matrix-org/michaelkaye/make_user_stats_less_ver... (diff)
parentMerge pull request #6251 from matrix-org/michaelkaye/debug_guard_logging (diff)
downloadsynapse-b6b4a11752c31a77cb6e1f74e6f628d927b159da.tar.xz
Merge pull request #6251 from matrix-org/michaelkaye/debug_guard_logging
* commit '44ab048cf':
  Address codestyle concerns
  Reduce impact of debug logging
  Delay printf until logging is required.
  use %r to __repr__ objects
  Don't encode object as UTF-8 string if not needed.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6251.misc1
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.