From 802fdb67cbce863bc396e70751864a189b89d8ee Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 19 May 2022 17:13:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E6=A3=80=E6=9F=A5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=98=AF=E5=90=A6=E8=AE=B0=E5=BD=95=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/health_check_config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/serverconfigs/health_check_config.go b/pkg/serverconfigs/health_check_config.go index d6eb579..8a69539 100644 --- a/pkg/serverconfigs/health_check_config.go +++ b/pkg/serverconfigs/health_check_config.go @@ -23,6 +23,7 @@ type HealthCheckConfig struct { CountDown int `yaml:"countDown" json:"countDown"` // 连续离线认定次数 UserAgent string `yaml:"userAgent" json:"userAgent"` // 发起请求用的UserAgent OnlyBasicRequest bool `yaml:"onlyBasicRequest" json:"onlyBasicRequest"` // 只做基础的请求,不处理WAF、反向代理等 + AccessLogIsOn bool `yaml:"accessLogIsOn" json:"accessLogIsOn"` // 是否关闭访问日志 } // Init 初始化