mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 06:37:56 +08:00
adjust log message
This commit is contained in:
@@ -37,7 +37,7 @@ func NewCircuitBreaker(option *S3ApiServerOption) *CircuitBreaker {
|
|||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.Warningf("fail to load config: %v", err)
|
glog.Infof("s3 circuit breaker not configured: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return cb
|
return cb
|
||||||
|
Reference in New Issue
Block a user