qiuhongshuai
Results
1
issues of
qiuhongshuai
The configure the accesslog as follow: `func MakeAccessLog(path string) *accesslog.AccessLog { pathToAccessLog := "./access_log.%Y%m%d" w, err := rotatelogs.New( pathToAccessLog, rotatelogs.WithMaxAge(24*time.Hour), rotatelogs.WithRotationTime(time.Hour)) if err != nil { panic(err) } ac :=...
🤔 type:question