mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-19 14:54:53 +09:00
Document how to disable remote client logging on mobile
This commit is contained in:
committed by
nblock
parent
5f955cb4b4
commit
febe3ee341
+7
-3
@@ -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
|
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
|
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
|
is usually achieved by:
|
||||||
`--no-logs-no-support` to `tailscaled`. See <https://tailscale.com/docs/features/logging#opt-out-of-client-logging> for
|
|
||||||
details.
|
- 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user