diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-06 13:31:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 13:31:05 +0000 |
commit | ed630ea17c40d328cc0796e35d37287768c7140d (patch) | |
tree | 0ae50c65db5888606bbde8482ed61157072272aa /changelog.d | |
parent | Merge pull request #6823 from matrix-org/rav/redact_changes/5 (diff) | |
download | synapse-ed630ea17c40d328cc0796e35d37287768c7140d.tar.xz |
Reduce amount of logging at INFO level. (#6862)
A lot of the things we log at INFO are now a bit superfluous, so lets make them DEBUG logs to reduce the amount we log by default. Co-Authored-By: Brendan Abolivier <babolivier@matrix.org> Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6862.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6862.misc b/changelog.d/6862.misc new file mode 100644 index 0000000000..83626d2939 --- /dev/null +++ b/changelog.d/6862.misc @@ -0,0 +1 @@ +Reduce amount we log at `INFO` level. |