diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-16 15:30:47 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-16 15:30:47 +0000 |
commit | b6b4a11752c31a77cb6e1f74e6f628d927b159da (patch) | |
tree | b102315845572bee3531f2616ef4434af31e9639 /changelog.d | |
parent | Merge pull request #6250 from matrix-org/michaelkaye/make_user_stats_less_ver... (diff) | |
parent | Merge pull request #6251 from matrix-org/michaelkaye/debug_guard_logging (diff) | |
download | synapse-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.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. |