diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-26 14:14:48 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-26 14:14:48 +0800 |
commit | 0da329462ec4f9164a258ca4d2b1552a6166827e (patch) | |
tree | 78a50f5a8997a00cdc2505a1859ed99d9fa27f97 /serve.go | |
parent | 3f2f64803561764fa89592921c3e6071cf8a841e (diff) | |
download | gitea-0da329462ec4f9164a258ca4d2b1552a6166827e.tar.gz gitea-0da329462ec4f9164a258ca4d2b1552a6166827e.zip |
bug fixed
Diffstat (limited to 'serve.go')
-rw-r--r-- | serve.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ func newLogger(execDir string) { } qlog.SetOutput(f) + //qlog.SetOutputLevel(qlog.Ldebug) qlog.Info("Start logging serv...") } |