mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Merge #4955
4955: Upgrade "batch failed" log to error level r=irevoire a=dureuill # Pull Request ## Related issue Fixes #4916 Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
commit
8205254f4c
@ -1263,7 +1263,7 @@ impl IndexScheduler {
|
||||
#[cfg(test)]
|
||||
self.maybe_fail(tests::FailureLocation::UpdatingTaskAfterProcessBatchFailure)?;
|
||||
|
||||
tracing::info!("Batch failed {}", error);
|
||||
tracing::error!("Batch failed {}", error);
|
||||
|
||||
self.update_task(&mut wtxn, &task)
|
||||
.map_err(|e| Error::TaskDatabaseUpdate(Box::new(e)))?;
|
||||
|
Loading…
Reference in New Issue
Block a user