diff options
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...") } |