bug fixed

This commit is contained in:
Lunny Xiao
2014-04-26 14:25:51 +08:00
parent 83578cff65
commit 1b734501bd
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -53,6 +53,7 @@ func newLogger(execDir string) {
}
qlog.SetOutput(f)
//qlog.SetOutputLevel(qlog.Ldebug)
qlog.Info("Start logging serv...")
}