diff --git a/rest/logger.go b/rest/logger.go index 40974b0..1ec217e 100644 --- a/rest/logger.go +++ b/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 }