Skip to content

Commit

Permalink
Add trace in log level
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Sep 14, 2021
1 parent f716bda commit e3e1d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reference/features/configuration.md
Expand Up @@ -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

Expand Down

0 comments on commit e3e1d33

Please sign in to comment.