Slow the logging down

This commit is contained in:
Clément Renault 2023-11-01 11:06:58 +01:00
parent c71b1d33ae
commit e507ef5932
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
2 changed files with 5 additions and 5 deletions

View file

@ -362,7 +362,7 @@ fn import_dump(
update_method: IndexDocumentsMethod::ReplaceDocuments,
..Default::default()
},
|indexing_step| log::debug!("update: {:?}", indexing_step),
|indexing_step| log::trace!("update: {:?}", indexing_step),
|| false,
)?;