feat: bump opendal version to 0.22 (#721)

* feat: bump opendal version to 0.22

* fix: LoggingLayer
This commit is contained in:
dennis zhuang
2022-12-08 11:19:21 +08:00
committed by GitHub
parent a521ab5041
commit 7f59758e69
5 changed files with 13 additions and 12 deletions

View File

@@ -194,7 +194,7 @@ pub(crate) async fn new_object_store(store_config: &ObjectStoreConfig) -> Result
object_store
.layer(RetryLayer::new(ExponentialBackoff::default().with_jitter()))
.layer(MetricsLayer)
.layer(LoggingLayer)
.layer(LoggingLayer::default())
.layer(TracingLayer)
})
}