diff --git a/Troubleshooting.md b/Troubleshooting.md index 705bbaa..90c893c 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -228,12 +228,14 @@ If your configuration has been corrupted, or badly set, such that you can't run # Reporting a problem Please report a problem as a new GitHub [issue](https://github.com/EDCD/EDMarketConnector/issues/new?assignees=&labels=bug%2C+unconfirmed&template=bug_report.md&title=). . +Be sure to attach a relevant log file as detailed below (Debug log file +preferred). ## Debug Log Files If you are using 4.1.0, or later (including betas of 4.1.0) then there is a new set of rotated logfiles in the location: -* Windows: `%TMP%\EDMarketConnector\EDMarketConnector.log` +* Windows: `%TEMP%\EDMarketConnector\EDMarketConnector.log` * Mac: `$TMPDIR/EDMarketConnector/EDMarketConnector.log` * Linux: `$TMPDIR/EDMarketConnector/EDMarketConnector.log` @@ -246,10 +248,10 @@ These files also *always* contain DEBUG output, whereas the file detailed below only contains raw `print()` output and anything logged at the level you have configured. -## Pre-4.1.0 +## Plain Log File Prior to EDMC 4.1.0 the only logfile is re-created on each run of the program. As such you will need to re-create the issue and then make a copy of the file: -* Windows: `%TMP%\EDMarketConnector.log` +* Windows: `%TEMP%\EDMarketConnector.log` * Mac: `$TMPDIR/EDMarketConnector.log` * Linux: `$TMPDIR/EDMarketConnector.log`