From febe3ee341fba9d97e288420731f391f7f8d6f48 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sat, 5 Sep 2026 07:19:15 +0200 Subject: [PATCH] Document how to disable remote client logging on mobile --- docs/about/faq.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/about/faq.md b/docs/about/faq.md index 25cdb1123..1dbad540c 100644 --- a/docs/about/faq.md +++ b/docs/about/faq.md @@ -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 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 for details.