diff --git a/pkg/util/paramtable/component_param.go b/pkg/util/paramtable/component_param.go index 05584ce831..bb785f36b0 100644 --- a/pkg/util/paramtable/component_param.go +++ b/pkg/util/paramtable/component_param.go @@ -1091,9 +1091,10 @@ please adjust in embedded Milvus: false`, p.AccessLog.MinioEnable.Init(base.mgr) p.AccessLog.LocalPath = ParamItem{ - Key: "proxy.accessLog.localPath", - Version: "2.2.0", - Export: true, + Key: "proxy.accessLog.localPath", + Version: "2.2.0", + DefaultValue: "/tmp/milvus_access", + Export: true, } p.AccessLog.LocalPath.Init(base.mgr)