mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Add dummy log when calling tasks
This commit is contained in:
parent
b8da117b9c
commit
73e66d5a97
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ async fn get_tasks(
|
|||
req: HttpRequest,
|
||||
analytics: web::Data<dyn Analytics>,
|
||||
) -> Result<HttpResponse, ResponseError> {
|
||||
tracing::info!("You called tasks");
|
||||
let mut params = params.into_inner();
|
||||
analytics.get_tasks(¶ms, &req);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue