diff --git a/qdrant-landing/content/documentation/guides/configuration.md b/qdrant-landing/content/documentation/guides/configuration.md index 140963d27..60d78ba75 100644 --- a/qdrant-landing/content/documentation/guides/configuration.md +++ b/qdrant-landing/content/documentation/guides/configuration.md @@ -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