1、日志界面url字段增加http前缀. 2、日志查询超时时间改为5min.

This commit is contained in:
zhangwenqing
2018-07-30 19:28:43 +08:00
parent 963b03b941
commit 2b8edce48f
6 changed files with 36 additions and 11 deletions

View File

@@ -175,7 +175,7 @@ public class HttpClientUtil {
}
private static CloseableHttpClient httpClient = null;
private static RequestConfig requestConfig;
public static final int HTTP_SOCKET_TIMEOUT= 30000;
public static final int HTTP_SOCKET_TIMEOUT= 300000;
public static final int HTTP_CONNECT_TIMEOUT= 10000;
public static final int HTTP_CONNECT_REQUEST_TIMEOUT = 50000;
public static final int HTTP_CONNECT_RETRY_TIMES = 3;

View File

@@ -210,8 +210,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.pid}</td>
<td>${log.url}</td>
<td>${log.logUri}</td>
<td>http://${log.url}</td>
<td>
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>
</td>
<td>${log.refer}</td>
<td>${log.level}</td>
<td>

View File

@@ -209,8 +209,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.pid}</td>
<td>${log.url}</td>
<td>${log.logUri}</td>
<td>http://${log.url}</td>
<td>
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>
</td>
<td>${log.refer}</td>
<td>${log.level}</td>
<td>

View File

@@ -281,8 +281,13 @@
</c:if>
</c:forEach></td>
<td>${log.pid}</td>
<td>${log.url}</td>
<td>${log.logUri}</td>
<td>http://${log.url}</td>
<td>
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>
</td>
<td>${log.refer}</td>
<td>${log.level}</td>
<td><c:if test="${log.fdType eq 0 }">

View File

@@ -210,8 +210,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.pid}</td>
<td>${log.url}</td>
<td>${log.logUri}</td>
<td>http://${log.url}</td>
<td>
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>
</td>
<td>${log.refer}</td>
<td>${log.level}</td>
<td>

View File

@@ -210,8 +210,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.pid}</td>
<td>${log.url}</td>
<td>${log.logUri}</td>
<td>http://${log.url}</td>
<td>
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>
</td>
<td>${log.refer}</td>
<td>${log.level}</td>
<td>