From 0d2b5d33fab2c148f2b4edb29bc391c20b028816 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 25 Feb 2021 19:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../server/http-access-log-config-box.js | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/web/public/js/components/server/http-access-log-config-box.js b/web/public/js/components/server/http-access-log-config-box.js index 63bf73a4..9fc2086f 100644 --- a/web/public/js/components/server/http-access-log-config-box.js +++ b/web/public/js/components/server/http-access-log-config-box.js @@ -132,15 +132,21 @@ Vue.component("http-access-log-config-box", {

选中表示只输出日志到日志策略,而停止默认的日志存储。

- - 是否只记录WAF相关日志 - - -

选中后只记录WAF相关的日志。通过此选项可有效减少访问日志数量,降低网络带宽和存储压力。

- - + +
+

WAF相关

+ + + + + +
是否只记录WAF相关日志 + +

选中后只记录WAF相关的日志。通过此选项可有效减少访问日志数量,降低网络带宽和存储压力。

+
+
` }) \ No newline at end of file