From 99adb7cdc4e7f996e9347367bdc8facf5a874a5a Mon Sep 17 00:00:00 2001 From: John Date: Thu, 26 Mar 2020 23:48:21 +0800 Subject: [PATCH] comment update --- os/glog/glog_logger_rotate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/glog/glog_logger_rotate.go b/os/glog/glog_logger_rotate.go index 54185cffa..c3efcf190 100644 --- a/os/glog/glog_logger_rotate.go +++ b/os/glog/glog_logger_rotate.go @@ -50,7 +50,7 @@ func (l *Logger) doRotateFile(filePath string) error { ) // Rename the logging file by adding extra datetime information to microseconds, like: // access.log -> access.20200326101301899002.log - // access.20200102.log -> access.20200102.20200326101301899002.log + // access.20200326.log -> access.20200326.20200326101301899002.log for { var ( now = gtime.Now()