75904eff by Francois

Makes more sense to Use Debug instead of Info?

1 parent cd9e614a
...@@ -773,7 +773,7 @@ Admin: ...@@ -773,7 +773,7 @@ Admin:
773 } else { 773 } else {
774 devinfo = fmt.Sprintf("| % -10s| % -16s | % -10s | % -40s | % -10s |", "beego", timeend.String(), r.Method, r.URL.Path, "notmatch") 774 devinfo = fmt.Sprintf("| % -10s| % -16s | % -10s | % -40s | % -10s |", "beego", timeend.String(), r.Method, r.URL.Path, "notmatch")
775 } 775 }
776 Info(devinfo) 776 Debug(devinfo)
777 } 777 }
778 778
779 // Call WriteHeader if status code has been set changed 779 // Call WriteHeader if status code has been set changed
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!