mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-08 14:43: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",
|
Type: "file",
|
||||||
Level: "info",
|
Level: "info",
|
||||||
Params: map[string]interface{}{
|
Params: map[string]interface{}{
|
||||||
"path": "/var/log/dendrite",
|
"path": "/var/log",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue