Remove Dendrite file logging

We refrain from logging to files for all components,
because we rely on systemd-journald anyway.
This commit is contained in:
Slavi Pantaleev
2021-10-27 14:14:21 +03:00
parent 953a9ac718
commit ccd3dc7a57
5 changed files with 10 additions and 27 deletions

View File

@ -9,4 +9,4 @@ fi
user=$1
password=$2
docker exec matrix-dendrite create-account --config /data/dendrite.yaml --user "$user" --password "$password"
docker exec matrix-dendrite create-account --config /data/dendrite.yaml --user "$user" --password "$password"