Commit ac120691 by carrieyzzhang

log

parent b40a173e
......@@ -101,7 +101,7 @@ public class LogController {
String[] ioHostArray = Constant.ioreceiverHost.split(",");
for (String host : ioHostArray) {
String url = "http://"+host.trim()+":"+ Constant.receiverPort+"/receive/newlylogs/"+appId;
String url = "http://"+host.trim()+":"+ Constant.ioreceiverPort+"/receive/newlylogs/"+appId;
try {
String httpresult = HttpClientUtil.doHttpGetRequest(url, host);
if (!StringUtil.isEmpty(httpresult)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment