[ADD] Set debugger log

This commit is contained in:
pujielan 2017-12-26 15:44:16 +08:00
parent 74d0d97800
commit 97a3d4d4dd

View File

@ -840,6 +840,7 @@ func (n *nginxAPI) urlPPAction(method HTTPMETHOD, url string, stream []byte) (*h
func splitUrl(urlstr string) []string {
var urls []string
logrus.Debugf("urlstr is %s", urlstr)
if strings.Contains(urlstr, ",") {
urls = strings.Split(urlstr, ",")
} else {