mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-07-14 23:51:16 +03:00
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.
parent
bdb4d717dc
commit
f371bf6199
@ -228,12 +228,14 @@ If your configuration has been corrupted, or badly set, such that you can't run
|
|||||||
# Reporting a problem
|
# 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=).
|
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
|
## Debug Log Files
|
||||||
If you are using 4.1.0, or later (including betas of 4.1.0) then there is a new
|
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:
|
set of rotated logfiles in the location:
|
||||||
|
|
||||||
* Windows: `%TMP%\EDMarketConnector\EDMarketConnector.log`
|
* Windows: `%TEMP%\EDMarketConnector\EDMarketConnector.log`
|
||||||
* Mac: `$TMPDIR/EDMarketConnector/EDMarketConnector.log`
|
* Mac: `$TMPDIR/EDMarketConnector/EDMarketConnector.log`
|
||||||
* Linux: `$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
|
whereas the file detailed below only contains raw `print()` output and anything
|
||||||
logged at the level you have configured.
|
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.
|
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:
|
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`
|
* Mac: `$TMPDIR/EDMarketConnector.log`
|
||||||
* Linux: `$TMPDIR/EDMarketConnector.log`
|
* Linux: `$TMPDIR/EDMarketConnector.log`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user