mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Change error messages and fix tests
This commit is contained in:
parent
1b74010e9e
commit
ef994d84d0
4 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@ impl RoFeatures {
|
|||
Ok(())
|
||||
} else {
|
||||
Err(FeatureNotEnabledError {
|
||||
disabled_action: "getting logs through the `/logs` route",
|
||||
disabled_action: "getting logs through the `/logs/stream` route",
|
||||
feature: "logs route",
|
||||
issue_link: "https://github.com/orgs/meilisearch/discussions/721",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue