adjust log message

This commit is contained in:
chrislu 2022-06-26 23:12:16 -07:00
parent fdd880b111
commit b9f7b6fb9a

View file

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