Use log directory that we will be able to write to

Fix https://github.com/matrix-org/dendrite/issues/1644
This commit is contained in:
Eric Eastwood 2021-03-17 12:46:57 -05:00
parent 01267a34b9
commit 49798cfe18
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -19,6 +19,7 @@
/_test
/vendor/bin
/docker/build
/logs
# Architecture specific extensions/prefixes
*.[568vq]

View file

@ -383,4 +383,4 @@ logging:
- type: file
level: info
params:
path: /var/log/dendrite
path: ./logs