1、日志界面url字段增加http前缀. 2、日志查询超时时间改为5min.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 }">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user