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

@ -17,14 +17,6 @@
group: "{{ matrix_user_groupname }}"
when: "not local_path_media_store_stat.failed and not local_path_media_store_stat.stat.exists"
- name: Ensure Dendrite log path exists
file:
path: "{{ matrix_dendrite_log_path }}"
state: directory
mode: 0644
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
- name: Ensure Dendrite Docker image is pulled
docker_image:
name: "{{ matrix_dendrite_docker_image }}"