aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context/access_log.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix access log (#14475)Lunny Xiao2021-01-271-0/+60
Fix #14121, #14478. The `AccessLog` middleware has to be after `Contexter` or `APIContexter` so that we can get `LoginUserName` if possible. And also there is a **BREAK** change that it removed internal API access log.