Document how to disable remote client logging on mobile

This commit is contained in:
Florian Preinstorfer
2026-09-05 07:19:15 +02:00
committed by nblock
parent 5f955cb4b4
commit febe3ee341
+7 -3
View File
@@ -208,6 +208,10 @@ applied by a client once it successfully connected with Headscale. See the confi
Alternatively, logging can also be disabled on the client side. This is independent of Headscale and opting out of
client logging disables log submission early during client startup. The configuration is operating system specific and
is usually achieved by setting the environment variable `TS_NO_LOGS_NO_SUPPORT=true` or by passing the flag
`--no-logs-no-support` to `tailscaled`. See <https://tailscale.com/docs/features/logging#opt-out-of-client-logging> for
details.
is usually achieved by:
- setting the environment variable `TS_NO_LOGS_NO_SUPPORT=true` or
- by passing the flag `--no-logs-no-support` to `tailscaled` or
- by disabling "Remote client logging" in the mobile app settings
See <https://tailscale.com/docs/features/logging#opt-out-of-client-logging> for details.