Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion documentation/docs/guides/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading