Shortening logging configuration notes.

This commit is contained in:
Justin Miller
2024-09-10 01:40:04 -07:00
committed by GitHub
parent 26c61048a9
commit e562c765db
@@ -91,12 +91,9 @@ QDRANT__SERVICE__HTTP_PORT=1234 ./qdrant
```yaml
log_level: INFO
# Logging to disk
# By default, Qdrant logs to stdout. You can write logs to disk by specifying a log file.
# This parameter can be specified in the configuration file
# or by updating the current configuration with `POST /logger`.
# If both the top-level `log_level` and the `logger.log_level` directives are specified,
# the `logger.log_level` directive will take priority.
# 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.
# logger:
# on_disk:
# enabled: true