mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-03 18:57:37 +08: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