From d1fe6c41b5bcd96ff36783c063a55c8095669d74 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Tue, 12 Jul 2022 12:40:02 +0100 Subject: [PATCH] Default to `/var/log` for logging --- setup/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/config/config.go b/setup/config/config.go index 08b1c9f62..7b9db7b54 100644 --- a/setup/config/config.go +++ b/setup/config/config.go @@ -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", }, }, }