You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
context.go
funcinfo.go
funcinfo_test.go
logger.go Fix incorrect router logger (#26137) 2 years ago
logger_manager.go
requestrecord.go