Browse Source

Finish maintain the log file.

master
zicla 7 years ago
parent
commit
61b14fe82b
  1. 2
      rest/logger.go

2
rest/logger.go

@ -134,7 +134,7 @@ func (this *Logger) openFile() {
panic("日志文件无法正常打开: " + err.Error())
}
this.goLogger = log.New(f, "", log.LstdFlags|log.Lshortfile)
this.goLogger = log.New(f, "", log.Ltime|log.Lshortfile)
this.file = f
}

Loading…
Cancel
Save