diff --git a/crates/storage/provider/src/providers/static_file/manager.rs b/crates/storage/provider/src/providers/static_file/manager.rs index 2092bcd135..1ccc4771ec 100644 --- a/crates/storage/provider/src/providers/static_file/manager.rs +++ b/crates/storage/provider/src/providers/static_file/manager.rs @@ -1314,7 +1314,7 @@ impl StaticFileProvider { /// /// WARNING: No static file writer should be held before calling this function, otherwise it /// will deadlock. - #[instrument(skip(self), fields(read_only = self.is_read_only()))] + #[instrument(skip(self, provider), fields(read_only = self.is_read_only()))] pub fn check_consistency( &self, provider: &Provider,