From 550a13704e3cb6c83ddf4c96e324c889327dc7f3 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Mon, 25 Apr 2022 12:22:11 -0500 Subject: [PATCH] docs: Add debug log instructions to Troubleshooting wiki page. --- wiki/Troubleshooting.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/wiki/Troubleshooting.md b/wiki/Troubleshooting.md index 86c8071a..8b5f098f 100644 --- a/wiki/Troubleshooting.md +++ b/wiki/Troubleshooting.md @@ -1,3 +1,18 @@ +# Obtaining Debug Logs + +Trash Updater always outputs logs as files in a directory on your filesystem. Each execution of +Trash Updater yields a new file and those files always contain verbose (debug) logs. When reporting +issues, I ask that you always include logs from the file rather than the command line output since +Trash Updater will not include debug logs by default in the console output. + +Below is a list of locations where you can find the log directory depending on platform. + +| Platform | Location | +| -------- | -------------------------------------------------- | +| Windows | `%APPDATA%\trash-updater\logs` | +| Linux | `~/.config/trash-updater/logs` | +| MacOS | `~/Library/Application Support/trash-updater/logs` | + # Errors & Solutions * On Mac or Linux OS, you may see the following error when you run `trash`: