Default to /var/log for logging

This commit is contained in:
Neil Alexander 2022-07-12 12:40:02 +01:00
parent b1ace48c72
commit d1fe6c41b5
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -310,7 +310,7 @@ func (c *Dendrite) Defaults(opts DefaultOpts) {
Type: "file",
Level: "info",
Params: map[string]interface{}{
"path": "/var/log/dendrite",
"path": "/var/log",
},
},
}