From e3e1d337b5799c7b6ee1038c7a2c0d9e51f47f13 Mon Sep 17 00:00:00 2001 From: cvermand <33010418+bidoubiwa@users.noreply.github.com> Date: Tue, 14 Sep 2021 11:06:05 +0200 Subject: [PATCH] Add trace in log level --- reference/features/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/features/configuration.md b/reference/features/configuration.md index 65a86414fd..9f06a041ae 100644 --- a/reference/features/configuration.md +++ b/reference/features/configuration.md @@ -199,6 +199,7 @@ MeiliSearch currently supports four log levels, listed in order of increasing ve - `'WARN:'` log all unexpected events, regardless of their severity - `'INFO:'` log all events. This is the default value of `--log-level` - `'DEBUG'`: log all events and including detailed information on MeiliSearch's internal processes. Useful when diagnosing issues and debugging +- `'TRACE'`: log all events, details, and even more detailed information on MeiliSearch's internal processes. We do not advise using this level as it is overkill. Consider using `DEBUG` instead. ### Max index size