mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-07 06:03:09 -06:00
Default to /var/log for logging
This commit is contained in:
parent
b1ace48c72
commit
d1fe6c41b5
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue