Skip to content

Commit 48aa92d

Browse files
Byronkrlvi
authored andcommitted
Provide alternative log location for linux
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.
1 parent d3e37ed commit 48aa92d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/docs/development/debugging.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Often the most helpful thing is to look at the logs. GitButler is a Tauri app, s
2727
</Tab>
2828
<Tab value="Linux">
2929
```bash
30-
~/.config/com.gitbutler.app/logs/
30+
~/.config/com.gitbutler.app/logs/ [OR]
31+
~/.local/share/com.gitbutler.app/logs/
3132
```
3233
</Tab>
3334
</Tabs>

0 commit comments

Comments
 (0)