mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 18:30:38 +00:00
feat: bump opendal version to 0.22 (#721)
* feat: bump opendal version to 0.22 * fix: LoggingLayer
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user