From b3ce3cd029135e7dafde967d87bf05952b047383 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Mon, 3 Feb 2025 22:31:04 +0100 Subject: [PATCH] Add docs for the log_format configuration field --- qdrant-landing/content/documentation/guides/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qdrant-landing/content/documentation/guides/configuration.md b/qdrant-landing/content/documentation/guides/configuration.md index 3bd1bc669..5e4a193d7 100644 --- a/qdrant-landing/content/documentation/guides/configuration.md +++ b/qdrant-landing/content/documentation/guides/configuration.md @@ -126,6 +126,9 @@ The following YAML example describes the available configuration options. ```yaml log_level: INFO +# Configures the format of log lines, supported formats are `text` (default) and `json` +log_format: text + # Logging configuration # Qdrant logs to stdout. You may configure to also write logs to a file on disk. # Be aware that this file may grow indefinitely.