Use log directory that we will be able to write to (#1799)

Fix https://github.com/matrix-org/dendrite/issues/1644
main
Eric Eastwood 2021-03-30 03:53:02 -05:00 committed by GitHub
parent af41f6d454
commit 0ee1c56ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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