健康检查增加是否记录访问日志选项

This commit is contained in:
刘祥超
2022-05-19 17:14:32 +08:00
parent f098723a41
commit fdac8beb40
2 changed files with 2 additions and 1 deletions

View File

@@ -234,6 +234,7 @@ func (this *HealthCheckExecutor) runNodeOnce(healthCheckConfig *serverconfigs.He
key, err := nodeutils.Base64EncodeMap(maps.Map{
"onlyBasicRequest": healthCheckConfig.OnlyBasicRequest,
"accessLogIsOn": healthCheckConfig.AccessLogIsOn,
})
if err != nil {
return err