未验证 提交 e0169567 编写于 作者: T Ten Thousand Leaves 提交者: GitHub

Change log level from info to debug for 2.0.2 release. (#16331)

/kind improvement
Signed-off-by: NYuchen Gao <yuchen.gao@zilliz.com>
上级 c9cc2405
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册