summaryrefslogtreecommitdiffstats
path: root/serve.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-04-26 14:14:48 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-04-26 14:14:48 +0800
commit0da329462ec4f9164a258ca4d2b1552a6166827e (patch)
tree78a50f5a8997a00cdc2505a1859ed99d9fa27f97 /serve.go
parent3f2f64803561764fa89592921c3e6071cf8a841e (diff)
downloadgitea-0da329462ec4f9164a258ca4d2b1552a6166827e.tar.gz
gitea-0da329462ec4f9164a258ca4d2b1552a6166827e.zip
bug fixed
Diffstat (limited to 'serve.go')
-rw-r--r--serve.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/serve.go b/serve.go
index 7f8c267c78..e3197a23de 100644
--- a/serve.go
+++ b/serve.go
@@ -53,6 +53,7 @@ func newLogger(execDir string) {
}
qlog.SetOutput(f)
+ //qlog.SetOutputLevel(qlog.Ldebug)
qlog.Info("Start logging serv...")
}