From eedefef083f3d713deb8401261acdddff8e85185 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 29 Sep 2020 13:21:45 +0100 Subject: [PATCH] Troubleshooting: Debug log file name now EDMarketConnector-debug..log --- Troubleshooting.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index f70b7d3..9847448 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -250,14 +250,14 @@ preferred). 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: `%TEMP%\EDMarketConnector\EDMarketConnector.log` -* Mac: `$TMPDIR/EDMarketConnector/EDMarketConnector.log` -* Linux: `$TMPDIR/EDMarketConnector/EDMarketConnector.log` +* Windows: `%TEMP%\EDMarketConnector\EDMarketConnector-debug.log` +* Mac: `$TMPDIR/EDMarketConnector/EDMarketConnector-debug.log` +* Linux: `$TMPDIR/EDMarketConnector/EDMarketConnector-debug.log` These are *not* truncated on a new run, so there will be no need to re-create -the bug. They are, however, rotated (to `EDMarketConnector.log.1` and onwards) -if they reach 1 MiB in size. So check timestamps and contents to be sure you -upload the correct file! +the bug. They are, however, rotated (to `EDMarketConnector-debug.log.1` and +onwards) if they reach 1 MiB in size. So check timestamps and contents to be +sure you upload the correct file! These files also *always* contain DEBUG output, whereas the file detailed below only contains raw `print()` output and anything