mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
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:
parent
13aa174b8a
commit
ac23e67f07
@ -1112,6 +1112,7 @@ please adjust in embedded Milvus: false`,
|
||||
p.AccessLog.LocalPath = ParamItem{
|
||||
Key: "proxy.accessLog.localPath",
|
||||
Version: "2.2.0",
|
||||
DefaultValue: "/tmp/milvus_access",
|
||||
Export: true,
|
||||
}
|
||||
p.AccessLog.LocalPath.Init(base.mgr)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user