loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Do not overwrite the log mode when installing (#25203)

Fix #24861

authored by

wxiaoguang and committed by
GitHub
eaf551b3 33180018

+1 -2
+1 -2
routers/install/install.go
··· 453 453 454 454 cfg.Section("session").Key("PROVIDER").SetValue("file") 455 455 456 - cfg.Section("log").Key("MODE").SetValue("console") 456 + cfg.Section("log").Key("MODE").MustString("console") 457 457 cfg.Section("log").Key("LEVEL").SetValue(setting.Log.Level.String()) 458 458 cfg.Section("log").Key("ROOT_PATH").SetValue(form.LogRootPath) 459 - cfg.Section("log").Key("ROUTER").SetValue("console") 460 459 461 460 cfg.Section("repository.pull-request").Key("DEFAULT_MERGE_STYLE").SetValue("merge") 462 461