mirror of https://github.com/milvus-io/milvus.git
Change log level from info to debug for 2.0.2 release. (#16331)
/kind improvement Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>pull/16338/head
parent
c9cc240547
commit
e016956734
|
@ -22,7 +22,7 @@ etcd:
|
|||
metaSubPath: meta # metaRootPath = rootPath + '/' + metaSubPath
|
||||
kvSubPath: kv # kvRootPath = rootPath + '/' + kvSubPath
|
||||
log:
|
||||
level: info # Only supports debug, info, warn, error, panic, or fatal. Default 'info'.
|
||||
level: debug # Only supports debug, info, warn, error, panic, or fatal. Default 'info'.
|
||||
use:
|
||||
embed: false # Whether to enable embedded Etcd (an in-process EtcdServer).
|
||||
|
||||
|
@ -207,7 +207,7 @@ localStorage:
|
|||
|
||||
# Configures the system log output.
|
||||
log:
|
||||
level: info # Only supports debug, info, warn, error, panic, or fatal. Default 'info'.
|
||||
level: debug # Only supports debug, info, warn, error, panic, or fatal. Default 'info'.
|
||||
file:
|
||||
rootPath: "" # default to stdout, stderr
|
||||
maxSize: 300 # MB
|
||||
|
|
Loading…
Reference in New Issue