EDMarketConnector
EDMarketConnector copied to clipboard
[2215] Move Logging Directory
Description
This PR moves the default logging directory away from $TEMPDIR or %TEMP% and to the current app data directory (Linux: ~/.local/share/edmarketconnector/logs
, Windows: %localappdata%/edmarketconnector/logs
).
This change is done to better follow the XDG Base Directory specifications, and to unify where files exist to fewer locations. (From up to 3 locations down to 1 for log files, plugin data, and other app files).
Type of Change
Enhancement
How Tested
Tested with various builds and install locations with both installers and user-frozen exe's to ensure logging refers correctly without errors.
Notes
Resolves #2215