From 256d6d1e66c235776c1bb06aba82108ac798bc41 Mon Sep 17 00:00:00 2001 From: Neal McBurnett Date: Mon, 22 Dec 2025 10:09:20 -0700 Subject: [PATCH] docs: Caveats for privacy information in logs documentation (#6218) Signed-off-by: Neal McBurnett --- documentation/docs/guides/logs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/docs/guides/logs.md b/documentation/docs/guides/logs.md index 2a027fb453..3c5dc6e619 100644 --- a/documentation/docs/guides/logs.md +++ b/documentation/docs/guides/logs.md @@ -14,7 +14,8 @@ goose uses a unified storage system for conversations and interactions. All conv | **System Logs** | `~/.local/state/goose/logs/` | `%APPDATA%\Block\goose\data\logs\` | :::info Privacy -goose is a local application and all log files are stored locally. These logs are never sent to external servers or third parties, ensuring that all data remains private and under your control. +goose is a local application and all goose log files are stored locally. These logs are never sent to external servers or third parties, ensuring that all goose data remains private and under your control. +Note that the LLMs and tools goose uses on your behalf may have their own logs and privacy considerations. ::: ## Command History