From 8c4d90a898c4c89acf9c5777df95cd93360dccdc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 5 Dec 2024 08:15:12 +0100 Subject: [PATCH] Provide alternative log location for linux Inspired by [this comment](https://github.com/gitbutlerapp/gitbutler/issues/5740#issuecomment-2519286594) 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. --- content/docs/development/debugging.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/development/debugging.mdx b/content/docs/development/debugging.mdx index 7ce017c..86570ae 100644 --- a/content/docs/development/debugging.mdx +++ b/content/docs/development/debugging.mdx @@ -27,7 +27,8 @@ Often the most helpful thing is to look at the logs. GitButler is a Tauri app, s ```bash - ~/.config/com.gitbutler.app/logs/ + ~/.config/com.gitbutler.app/logs/ [OR] + ~/.local/share/com.gitbutler.app/logs/ ```