From 5379a5b5d4b683b6ac9b1a9283bc4db36cd93cb7 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 26 Jan 2021 10:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=97=A5=E5=BF=97=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E8=AE=BE=E7=BD=AE=E5=8F=AA=E8=AE=B0=E5=BD=95WAF?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/server/http-access-log-config-box.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 e48aa9d0..63bf73a4 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 @@ -20,7 +20,9 @@ Vue.component("http-access-log-config-box", { status5: true, storageOnly: false, - storagePolicies: [] + storagePolicies: [], + + firewallOnly: false } if (this.vAccessLogConfig != null) { accessLog = this.vAccessLogConfig @@ -130,6 +132,13 @@ Vue.component("http-access-log-config-box", {

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

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

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

+ +