Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Update Windows log path in debugging.md #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion docs/development/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Often the most helpful thing is to look at the logs. GitButler is a Tauri app, s

* **Linux:** `~/.config/com.gitbutler.app/logs/`
* **macOS:** `~/Library/Logs/com.gitbutler.app/`
* **Windows:** `C:\Users\[username]\AppData\Roaming\com.domain.appname\logs`
* **Windows:** `C:\Users\[username]\AppData\Roaming\com.gitbutler.app\logs`

In this directory, there should be rolling daily logs:

Expand Down