Skip to content

Commit 3456a84

Browse files
committed
add more info for telemetry disable
1 parent ed49a66 commit 3456a84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/self-hosting/overview.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,10 @@ docker run \
123123
-e SOURCEBOT_TELEMETRY_DISABLED=true \
124124
/* additional args */ \
125125
ghcr.io/sourcebot-dev/sourcebot:latest
126+
```
127+
128+
If you disabled telemetry correctly, you'll see the following log when starting Sourcebot:
129+
130+
```sh
131+
Disabling telemetry since SOURCEBOT_TELEMETRY_DISABLED was set.
126132
```

0 commit comments

Comments
 (0)