1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-18 17:05:16 +01:00
gitea/modules/web/routing
wxiaoguang 3e4a4f9c67
Fix incorrect router logger (#26137)
A low-level mistake:

* `log.Info` is global `Info` function, which calls "default" logger
* `logger.Info` is the for router's logger
2023-07-25 22:21:09 +00:00
..
context.go
funcinfo_test.go
funcinfo.go
logger_manager.go
logger.go Fix incorrect router logger (#26137) 2023-07-25 22:21:09 +00:00
requestrecord.go