Change error messages and fix tests

This commit is contained in:
Louis Dureuil 2024-02-08 09:43:39 +01:00
parent 1b74010e9e
commit ef994d84d0
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

@ -312,7 +312,7 @@ pub struct Opt {
/// Experimental logs route feature. For more information, see: <https://github.com/orgs/meilisearch/discussions/721>
///
/// Enables the log route on the `POST /logs` endpoint and the `DELETE /logs` to stop receiving logs.
/// Enables the log route on the `POST /logs/stream` endpoint 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,