meilisearch / documentation

Meilisearch documentation

Home Page:https://docs.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.7: Experimental log features

guimachiavelli opened this issue · comments

v1.7 introduces three new experimental settings to improve logging workflow:

  1. Adds a new API route, /logs/stream
  2. Adds new CLI option --experimental-logs-mode
  3. Adds new API route, /logs/stderr, for configuring log levels

Questions

  • how do --experimental-logs-mode and logging levels set with /logs/stderr interact with /logs/stream? If I set logging level to trace and logs-mode to JSON, will the stream show trace information formatted as JSON?

Tasks

  • Create new experimental page "Log customization" with information on all three settings

References