From b9f7b6fb9a486a9509db7ca800c9f876911413ad Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 26 Jun 2022 23:12:16 -0700 Subject: [PATCH] adjust log message --- weed/s3api/s3api_circuit_breaker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/s3api/s3api_circuit_breaker.go b/weed/s3api/s3api_circuit_breaker.go index 111b404c7..68fb0a5d2 100644 --- a/weed/s3api/s3api_circuit_breaker.go +++ b/weed/s3api/s3api_circuit_breaker.go @@ -37,7 +37,7 @@ func NewCircuitBreaker(option *S3ApiServerOption) *CircuitBreaker { }) if err != nil { - glog.Warningf("fail to load config: %v", err) + glog.Infof("s3 circuit breaker not configured: %v", err) } return cb