mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 20:17:21 +00:00
Batch of mirror fixes
This commit is contained in:
@ -24,7 +24,7 @@ func init() {
|
||||
|
||||
func Logger() martini.Handler {
|
||||
return func(res http.ResponseWriter, req *http.Request, ctx martini.Context, log *log.Logger) {
|
||||
if !base.RouterLog {
|
||||
if base.DisableRouterLog {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user