From d0974311130885ef4c92cf542a73358750f7a287 Mon Sep 17 00:00:00 2001 From: Tamo Date: Thu, 15 Feb 2024 10:58:43 +0100 Subject: [PATCH] Update meilisearch/src/option.rs Co-authored-by: Louis Dureuil --- meilisearch/src/option.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch/src/option.rs b/meilisearch/src/option.rs index f9e178e54..cd99bf452 100644 --- a/meilisearch/src/option.rs +++ b/meilisearch/src/option.rs @@ -353,7 +353,7 @@ pub struct Opt { /// Experimental logs route feature. For more information, see: /// - /// Enables the log route on the `POST /logs/stream` endpoint and the `DELETE /logs/stream` to stop receiving logs. + /// Enables the log routes on the `POST /logs/stream`, `POST /logs/stderr` endpoints, and the `DELETE /logs/stream` to stop receiving logs. #[clap(long, env = MEILI_EXPERIMENTAL_ENABLE_LOGS_ROUTE)] #[serde(default)] pub experimental_enable_logs_route: bool,