adjusting logs
This commit is contained in:
@@ -56,7 +56,7 @@ func writeJsonError(w http.ResponseWriter, r *http.Request, err error) {
|
||||
}
|
||||
|
||||
func debug(params ...interface{}) {
|
||||
glog.V(4).Infoln(params)
|
||||
glog.V(3).Infoln(params)
|
||||
}
|
||||
|
||||
func secure(whiteList []string, f func(w http.ResponseWriter, r *http.Request)) func(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
Reference in New Issue
Block a user