enhance: add default file path for access log (#29460)

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

Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
This commit is contained in:
aoiasd 2023-12-26 10:38:45 +08:00 committed by GitHub
parent 13aa174b8a
commit ac23e67f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1110,9 +1110,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)