1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-13 16:03:32 +00:00

Makes more sense to Use Debug instead of Info?

This commit is contained in:
Francois 2014-08-15 21:11:16 +02:00
parent cd9e614a71
commit 75904effd9

View File

@ -773,7 +773,7 @@ Admin:
} else {
devinfo = fmt.Sprintf("| % -10s| % -16s | % -10s | % -40s | % -10s |", "beego", timeend.String(), r.Method, r.URL.Path, "notmatch")
}
Info(devinfo)
Debug(devinfo)
}
// Call WriteHeader if status code has been set changed