0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-07 22:04:24 -04:00

bug fixed

This commit is contained in:
Lunny Xiao
2014-04-26 14:14:48 +08:00
parent 3f2f648035
commit 0da329462e
2 changed files with 5 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ func newLogger(execDir string) {
}
qlog.SetOutput(f)
//qlog.SetOutputLevel(qlog.Ldebug)
qlog.Info("Start logging serv...")
}