add more info for telemetry disable

This commit is contained in:
msukkari 2025-04-01 08:12:15 -07:00
parent ed49a661a2
commit 3456a84d65

View file

@ -123,4 +123,10 @@ docker run \
-e SOURCEBOT_TELEMETRY_DISABLED=true \ -e SOURCEBOT_TELEMETRY_DISABLED=true \
/* additional args */ \ /* additional args */ \
ghcr.io/sourcebot-dev/sourcebot:latest 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.
``` ```