Skip to content

Commit

Permalink
Provide alternative log location for linux
Browse files Browse the repository at this point in the history
Inspired by [this comment](gitbutlerapp/gitbutler#5740 (comment)) over at GitButler, it was shown that on Linux the log-location is more diverse.

Let's inform about this to make log-retrieval on Linux easier.
  • Loading branch information
Byron authored and krlvi committed Dec 5, 2024
1 parent d3e37ed commit 48aa92d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/development/debugging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Often the most helpful thing is to look at the logs. GitButler is a Tauri app, s
</Tab>
<Tab value="Linux">
```bash
~/.config/com.gitbutler.app/logs/
~/.config/com.gitbutler.app/logs/ [OR]
~/.local/share/com.gitbutler.app/logs/
```
</Tab>
</Tabs>
Expand Down

0 comments on commit 48aa92d

Please sign in to comment.