0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-09-24 22:16:27 -04:00
wxiaoguang
2023-05-22 09:38:38 +08:00
committed by GitHub
parent 2d3ebe889e
commit ec2a01d1e2
9 changed files with 36 additions and 34 deletions

View File

@@ -92,7 +92,7 @@ func AccessLogger() func(http.Handler) http.Handler {
RequestID: &requestID,
})
if err != nil {
log.Error("Could not set up chi access logger: %v", err.Error())
log.Error("Could not execute access logger template: %v", err.Error())
}
logger.Info("%s", buf.String())