#1835 - add log file guidance to FAQ

This commit is contained in:
rmcrackan
2026-05-22 15:00:34 -04:00
parent 9ee59738eb
commit a3f272a48e
2 changed files with 18 additions and 1 deletions

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1 @@
blank_issues_enabled: false

View File

@@ -2,7 +2,23 @@
## Where Can I Get Help For My Specific Problem?
You can open an issue here for bug reports, feature requests, or specialized help.
You can open an issue here for bug reports, feature requests, or specialized help. For bug reports, attach your log file (see [Where Can I Find the Log File?](#where-can-i-find-the-log-file) below). Reports with limited information or no log may get limited or delayed help.
## Where Can I Find the Log File?
Libation keeps its log files in your Libation files folder. When reporting a bug, attach the Libation log file from that folder. If the folder contains **LibationCrash.log**, attach that too.
**Default log folder locations**
| Platform | Folder |
| - | - |
| Windows | `%userprofile%\Libation` |
| macOS | `~/Library/Application Support/Libation` |
| Linux | `~/.local/share/Libation` |
**macOS:** If that folder does not exist because Libation never starts, try launching from Terminal and note whether it works: `/Applications/Libation.app/Contents/MacOS/Libation` (see [Troubleshooting for macOS](/docs/advanced/troubleshoot#app-wont-start)).
Alternatively, open the log folder from within Libation: open **Settings**, and on the first tab click **Open log folder**.
## What's the Difference Between 'Classic' and 'Chardonnay'?