revel / revel

A high productivity, full-stack web framework for the Go language.

Home Page:http://revel.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noisy logging

ptman opened this issue · comments

revel/router.go

Line 754 in ee237a4

log.Infof("Reversing action %s to %s Using Route %#v",action,urlPath,pathData.Route)

Could the logging be removed or changed to debug?

That seems like a reasonable suggestion. Can you create a PR?

This was already dropped from Info to Debug. Should we remove it completely?