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
Ten Thousand Leaves 2022-03-31 22:43:28 +08:00 committed by GitHub
parent c9cc240547
commit e016956734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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