Tone down model summarization logs (#18943)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov
2024-10-09 22:39:54 +03:00
committed by GitHub
parent 49c75eb062
commit 711180981b
+1 -1
View File
@@ -239,7 +239,7 @@ impl SummaryIndex {
persist
)?;
log::info!("Summarizing updated entries took {:?}", start.elapsed());
log::debug!("Summarizing updated entries took {:?}", start.elapsed());
Ok(())
}