Commit Graph

1 Commits (71c7d0a993f4b4638697ad54b4c594ae8ef35b3c)

Author SHA1 Message Date
Lunny Xiao a51cc6dea4
Fix access log ()
Fix , .

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.