Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 33bddf8

Browse files
authored
Change default log level to info (#392)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com> Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
1 parent 59715af commit 33bddf8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/milvus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: milvus
33
appVersion: "2.2.0"
44
kubeVersion: "^1.10.0-0"
55
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
6-
version: 3.3.0
6+
version: 3.3.1
77
keywords:
88
- milvus
99
- elastic

charts/milvus/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The following table lists the configurable parameters of the Milvus Service and
126126
| `metrics.serviceMonitor.additionalLabels` | Additional labels that can be used so ServiceMonitor will be discovered by Prometheus | `unset` |
127127
| `metadata.rootPath` | Root of key prefix to etcd | `by-dev` |
128128
| `authorization.enabled` | Enable milvus authorization | `false` |
129-
| `log.level` | Logging level to be used. Valid levels are `debug`, `info`, `warn`, `error`, `fatal` | `debug` |
129+
| `log.level` | Logging level to be used. Valid levels are `debug`, `info`, `warn`, `error`, `fatal` | `info` |
130130
| `log.file.maxSize` | The size limit of the log file (MB) | `300` |
131131
| `log.file.maxAge` | The maximum number of days that the log is retained. (day) | `10` |
132132
| `log.file.maxBackups` | The maximum number of retained logs. | `20` |
@@ -242,7 +242,7 @@ The following table lists the configurable parameters of the Milvus Proxy compon
242242
| `proxy.heaptrack.enabled` | Whether to enable heaptrack | `false` |
243243
| `proxy.profiling.enabled` | Whether to enable live profiling | `false` |
244244
| `proxy.extraEnv` | Additional Milvus Proxy container environment variables | `[]` |
245-
| `proxy.http.enabled` | Enable rest api for Milvus Proxy | `false` |
245+
| `proxy.http.enabled` | Enable rest api for Milvus Proxy | `true` |
246246
| `proxy.http.debugMode.enabled` | Enable debug mode for rest api | `false` |
247247

248248
### Milvus Root Coordinator Deployment Configuration

charts/milvus/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ readinessProbe:
109109
failureThreshold: 5
110110

111111
log:
112-
level: "debug"
112+
level: "info"
113113
file:
114114
maxSize: 300 # MB
115115
maxAge: 10 # day
@@ -335,7 +335,7 @@ proxy:
335335
profiling:
336336
enabled: false # Enable live profiling
337337
http:
338-
enabled: false # whether to enable http rest server
338+
enabled: true # whether to enable http rest server
339339
debugMode:
340340
enabled: false
341341

0 commit comments

Comments
 (0)