summaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/routers/install.go b/routers/install.go
index 5dcd1d48a3..da2631931e 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -371,8 +371,6 @@ func InstallPost(ctx *context.Context) {
cfg.Section("log").Key("MODE").SetValue("console")
cfg.Section("log").Key("LEVEL").SetValue(setting.LogLevel)
cfg.Section("log").Key("ROOT_PATH").SetValue(form.LogRootPath)
- cfg.Section("log").Key("REDIRECT_MACARON_LOG").SetValue("true")
- cfg.Section("log").Key("MACARON").SetValue("console")
cfg.Section("log").Key("ROUTER").SetValue("console")
cfg.Section("security").Key("INSTALL_LOCK").SetValue("true")