From f371bf619960f71295717c4318777fa912354aa2 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 21 Sep 2020 09:38:34 +0100 Subject: [PATCH] Troubleshooting: Tweaks to log file information. * Section titles are now generic (not mentioning version numbers). * Use `%TEMP%` not `%TMP%` in Windows references. * Add back in sentence about adding a log file to Issue. --- Troubleshooting.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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`