From 3456a84d6516b8c96c6f97eb4658bd5ebd4967c4 Mon Sep 17 00:00:00 2001 From: msukkari Date: Tue, 1 Apr 2025 08:12:15 -0700 Subject: [PATCH] add more info for telemetry disable --- docs/self-hosting/overview.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/self-hosting/overview.mdx b/docs/self-hosting/overview.mdx index f9e2af0b..0d5efb52 100644 --- a/docs/self-hosting/overview.mdx +++ b/docs/self-hosting/overview.mdx @@ -123,4 +123,10 @@ docker run \ -e SOURCEBOT_TELEMETRY_DISABLED=true \ /* additional args */ \ ghcr.io/sourcebot-dev/sourcebot:latest +``` + +If you disabled telemetry correctly, you'll see the following log when starting Sourcebot: + +```sh +Disabling telemetry since SOURCEBOT_TELEMETRY_DISABLED was set. ``` \ No newline at end of file