From 0ee1c56ffd6910de9bd268df0333c0135c42bff3 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 30 Mar 2021 03:53:02 -0500 Subject: [PATCH] Use log directory that we will be able to write to (#1799) Fix https://github.com/matrix-org/dendrite/issues/1644 --- .gitignore | 1 + dendrite-config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34c5b680..c5bf92cc 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ /_test /vendor/bin /docker/build +/logs # Architecture specific extensions/prefixes *.[568vq] diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 13564590..402987f9 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -383,4 +383,4 @@ logging: - type: file level: info params: - path: /var/log/dendrite + path: ./logs