You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Running through the "get started" section in the readme on a fresh macbook results in a permission error when it tries to write some logs.
$ ./bin/dendrite-monolith-server --tls-cert server.crt --tls-key server.key --config dendrite.yaml FATA[2020-12-16T06:39:03.379411000Z] [github.com/matrix-org/dendrite/internal/log.go:155] setupFileHook Couldn't create directory /var/log/dendrite: "mkdir /var/log/dendrite: permission denied"
It seems necessary to use
sudo
when launching Dendrite to get it to work out of the box.Can the log directory be configured?
Yes, this can be configured in your
dendrite.yaml
config underlogging
Potential solutions
logging
in addition to theserver_name
The text was updated successfully, but these errors were encountered: