We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea544d commit fa28d0eCopy full SHA for fa28d0e
routers/install/install.go
@@ -453,10 +453,9 @@ func SubmitInstall(ctx *context.Context) {
453
454
cfg.Section("session").Key("PROVIDER").SetValue("file")
455
456
- cfg.Section("log").Key("MODE").SetValue("console")
+ cfg.Section("log").Key("MODE").MustString("console")
457
cfg.Section("log").Key("LEVEL").SetValue(setting.Log.Level.String())
458
cfg.Section("log").Key("ROOT_PATH").SetValue(form.LogRootPath)
459
- cfg.Section("log").Key("ROUTER").SetValue("console")
460
461
cfg.Section("repository.pull-request").Key("DEFAULT_MERGE_STYLE").SetValue("merge")
462
0 commit comments