summaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-02-26 19:45:38 -0500
committerUnknwon <u@gogs.io>2015-02-26 19:45:38 -0500
commite3dece1371f38f5af72c200bc4c4684ec2fc396b (patch)
tree5cf9eb5aabffb405f37a00a7c2bb1fe44c8e2493 /routers
parent8896c82d34ec5d86af1eeafb8c55a06f81bd3af1 (diff)
downloadgitea-e3dece1371f38f5af72c200bc4c4684ec2fc396b.tar.gz
gitea-e3dece1371f38f5af72c200bc4c4684ec2fc396b.zip
modules/setting: simple behave change in startup
Diffstat (limited to 'routers')
-rw-r--r--routers/install.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go
index a7828e351c..4aa3ca9306 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -224,6 +224,7 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) {
cfg.Section("session").Key("PROVIDER").SetValue("file")
cfg.Section("log").Key("MODE").SetValue("file")
+ cfg.Section("log").Key("LEVEL").SetValue("Info")
cfg.Section("security").Key("INSTALL_LOCK").SetValue("true")
cfg.Section("security").Key("SECRET_KEY").SetValue(base.GetRandomString(15))