From afa704584733149639ea78034da17664bc0bc954 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 22 Sep 2023 17:04:11 +0300 Subject: [PATCH] Tone down inlay hint update logs --- crates/editor/src/inlay_hint_cache.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/editor/src/inlay_hint_cache.rs b/crates/editor/src/inlay_hint_cache.rs index 8aa7a1e40e..dd75d2bab6 100644 --- a/crates/editor/src/inlay_hint_cache.rs +++ b/crates/editor/src/inlay_hint_cache.rs @@ -941,7 +941,7 @@ async fn fetch_and_update_hints( }) .await; if let Some(new_update) = new_update { - log::info!( + log::debug!( "Applying update for range {fetch_range_to_log:?}: remove from editor: {}, remove from cache: {}, add to cache: {}", new_update.remove_from_visible.len(), new_update.remove_from_cache.len(),