enhance: [Cherry-Pick] add default local path for access log (#29461)

relate: https://github.com/milvus-io/milvus/issues/29459
pr: https://github.com/milvus-io/milvus/pull/29460

Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
pull/29500/head
aoiasd 2023-12-26 17:52:47 +08:00 committed by GitHub
parent 6eeb4b7f9a
commit f5bba79963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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)