mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 06:58:30 +02:00
Shortening logging configuration notes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user