Add docs for the log_format configuration field

This commit is contained in:
Bastian Hofmann
2025-02-03 22:31:04 +01:00
parent 7005e760e0
commit b3ce3cd029
@@ -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.