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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(())
}