diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-03 17:11:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 17:11:29 +0000 |
commit | e484101306787988adacf6d6de4fcd565368dec4 (patch) | |
tree | ce1658b5c1731136fa684b14bcde2ab228454ff7 /changelog.d | |
parent | Remove unused, undocumented "content repo" resource (#6628) (diff) | |
download | synapse-e484101306787988adacf6d6de4fcd565368dec4.tar.xz |
Raise an error if someone tries to use the log_file config option (#6626)
This has caused some confusion for people who didn't notice it going away.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6626.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6626.feature b/changelog.d/6626.feature new file mode 100644 index 0000000000..15798fa59b --- /dev/null +++ b/changelog.d/6626.feature @@ -0,0 +1 @@ +Raise an error if someone tries to use the log_file config option. |