mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-07 08:25:21 +08:00

Backport #26137 by @wxiaoguang A low-level mistake: * `log.Info` is global `Info` function, which calls "default" logger * `logger.Info` is the for router's logger Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>