Tone down model summarization logs (#18943)

Kirill Bulatov created

Release Notes:

- N/A

Change summary

crates/semantic_index/src/summary_index.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/semantic_index/src/summary_index.rs 🔗

@@ -239,7 +239,7 @@ impl SummaryIndex {
                 persist
             )?;
 
-            log::info!("Summarizing updated entries took {:?}", start.elapsed());
+            log::debug!("Summarizing updated entries took {:?}", start.elapsed());
 
             Ok(())
         }