No log is found after accessLog is configured #37854
Unanswered
1292253144
asked this question in
Q&A and General discussion
Replies: 1 comment
-
In the milvus.yaml, the access log configuration is under the "proxy" section: Line 292 in 7144219
In values.yml, we configure milvus by the "extraConfigFiles" section: So, I suppose the correct configuration should be:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
helm
milvus:2.4.15
value.yaml:
proxy:
enabled: true
You can set the number of replicas to -1 to remove the replicas field in case you want to use HPA
replicas: 3
accessLog:
enable: true
filename: "access_log.txt"
localPath: "/var/log/milvus"
maxSize: 500
rotatedTime: 24
maxBackups: 7
minioEnable: true
remotePath: "/milvus/logs/access_logs"
remoteMaxTime: 0
No log is found after the cluster deployment. Procedure
Beta Was this translation helpful? Give feedback.
All reactions