Increase minio log level to avoid unnecessary log (#26776)

Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
pull/26826/head
zhagnlu 2023-09-04 17:25:48 +08:00 committed by GitHub
parent 4340cbfba2
commit 7056e9c0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ minio:
iamEndpoint:
# Log level for aws sdk log.
# Supported level: off, fatal, error, warn, info, debug, trace
logLevel: error
logLevel: fatal
# Cloud data center region
region: ""
# Cloud whether use virtual host bucket mode

View File

@ -47,7 +47,7 @@ const (
DefaultLogFormat = "text"
DefaultLogLevelForBase = "debug"
DefaultRootPath = ""
DefaultMinioLogLevel = "error"
DefaultMinioLogLevel = "fatal"
DefaultKnowhereThreadPoolNumRatioInBuild = 1
DefaultMinioRegion = ""
DefaultMinioUseVirtualHost = "false"