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:25:51 +0800 |
commit | 1b734501bdbec3a0ff04458944683eae0990d9ae (patch) | |
tree | 66d3f57d0277b0f68f2071ce80ec4072a7f0ce1e /serve.go | |
parent | 83578cff65b6aac78b52c17c39a8a61cf4a17c2c (diff) |
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...") } |