mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 18:17:19 +00:00
Fix regression: access log template, gitea manager cli command (#24838)
Close #24836  
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user