mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
update the github discussion links
This commit is contained in:
parent
7ff722b72e
commit
f70a615ed9
@ -50,8 +50,7 @@ impl RoFeatures {
|
|||||||
Err(FeatureNotEnabledError {
|
Err(FeatureNotEnabledError {
|
||||||
disabled_action: "getting logs through the `/logs` route",
|
disabled_action: "getting logs through the `/logs` route",
|
||||||
feature: "logs route",
|
feature: "logs route",
|
||||||
/// Update the discussion link
|
issue_link: "https://github.com/orgs/meilisearch/discussions/721",
|
||||||
issue_link: "https://github.com/meilisearch/product/discussions/625",
|
|
||||||
}
|
}
|
||||||
.into())
|
.into())
|
||||||
}
|
}
|
||||||
|
@ -310,8 +310,7 @@ pub struct Opt {
|
|||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub experimental_enable_metrics: bool,
|
pub experimental_enable_metrics: bool,
|
||||||
|
|
||||||
// TODO: update the link
|
/// Experimental logs route feature. For more information, see: <https://github.com/orgs/meilisearch/discussions/721>
|
||||||
/// Experimental logs route feature. For more information, see: <https://github.com/meilisearch/meilisearch/discussions/3518>
|
|
||||||
///
|
///
|
||||||
/// 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` endpoint and the `DELETE /logs` to stop receiving logs.
|
||||||
#[clap(long, env = MEILI_EXPERIMENTAL_ENABLE_LOGS_ROUTE)]
|
#[clap(long, env = MEILI_EXPERIMENTAL_ENABLE_LOGS_ROUTE)]
|
||||||
|
Loading…
Reference in New Issue
Block a user