mirror of https://github.com/milvus-io/milvus.git
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
parent
6eeb4b7f9a
commit
f5bba79963
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue