From c423a00f19d11ac1a191892789d655be7684e3d1 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 1 Dec 2021 21:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E8=AE=B0?= =?UTF-8?q?=E5=BD=95499=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/http_access_log_ref.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/serverconfigs/http_access_log_ref.go b/pkg/serverconfigs/http_access_log_ref.go index 95aa429..53f0416 100644 --- a/pkg/serverconfigs/http_access_log_ref.go +++ b/pkg/serverconfigs/http_access_log_ref.go @@ -16,6 +16,8 @@ type HTTPAccessLogRef struct { Status4 bool `yaml:"status4" json:"status4"` // 4xx Status5 bool `yaml:"status5" json:"status5"` // 5xx + EnableClientClosed bool `yaml:"enableClientClosed" json:"enableClientClosed"` // 是否记录客户端关闭事件 + StorageOnly bool `yaml:"storageOnly" json:"storageOnly"` // 是否只输出到存储策略 StoragePolicies []int64 `yaml:"storagePolicies" json:"storagePolicies"` // 存储策略Ids