Update meilisearch-http/src/option.rs

Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com>
This commit is contained in:
Jérome Eertmans 2022-10-04 10:30:08 +02:00 committed by GitHub
parent 458775c7ad
commit a93e3dead3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,7 +273,7 @@ pub struct Opt {
/// Defines how much detail should be present in Meilisearch's logs.
/// Meilisearch currently supports four log levels, listed in order of increasing verbosity:
/// Meilisearch currently supports five log levels, listed in order of increasing verbosity:
///
/// `'ERROR'`: only log unexpected events indicating Meilisearch is not functioning as expected
/// `'WARN'`: log all unexpected events, regardless of their severity