mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add tracing to index-scheduler
This commit is contained in:
parent
89401d097b
commit
02e6c8a440
4 changed files with 36 additions and 16 deletions
|
@ -1193,7 +1193,7 @@ impl IndexScheduler {
|
|||
log::error!("Failure to delete the content files associated with task {}. Error: {e}", task.uid);
|
||||
}
|
||||
}
|
||||
log::info!("A batch of tasks was successfully completed.");
|
||||
tracing::info!("A batch of tasks was successfully completed.");
|
||||
}
|
||||
// If we have an abortion error we must stop the tick here and re-schedule tasks.
|
||||
Err(Error::Milli(milli::Error::InternalError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue