Optional Anonymous Telemetry (#727)

This commit is contained in:
Yuhong Sun
2023-11-16 09:22:36 -08:00
committed by GitHub
parent 0ed8f14015
commit be5ef77896
7 changed files with 91 additions and 5 deletions

View File

@@ -48,6 +48,9 @@ services:
- EDIT_KEYWORD_QUERY=${EDIT_KEYWORD_QUERY:-}
- MODEL_SERVER_HOST=${MODEL_SERVER_HOST:-}
- MODEL_SERVER_PORT=${MODEL_SERVER_PORT:-}
# Leave this on pretty please? Nothing sensitive is collected!
# https://docs.danswer.dev/more/telemetry
- DISABLE_TELEMETRY=${DISABLE_TELEMETRY:-}
# Set to debug to get more fine-grained logs
- LOG_LEVEL=${LOG_LEVEL:-info}
volumes: