diff --git a/docs/help/How-To-Report-Issues-Helpfully.html b/docs/help/How-To-Report-Issues-Helpfully.html index f1bda39..d2a7b73 100644 --- a/docs/help/How-To-Report-Issues-Helpfully.html +++ b/docs/help/How-To-Report-Issues-Helpfully.html @@ -51,7 +51,8 @@ title: How To Report Issues Helpfully
  1. In LOOT's settings, toggle the Enable Debug Logging checkbox on.
  2. Run LOOT again to replicate the issue.
  3. -
  4. Upload the log file generated at %LOCALAPPDATA%\LOOT\LOOTDebugLog.txt.
  5. +
  6. Select "Open LOOT Data Folder" in the File menu.
  7. +
  8. Upload the generated LOOTDebugLog.txt log file contained within.

If you're reporting the issue in the LOOT application issue tracker, you can attach the log files to your report by dragging and dropping them into the report's text box, as explained here.

@@ -65,7 +66,7 @@ title: How To Report Issues Helpfully

If LOOT is crashing on startup, or you can't get to its settings dialog for some other reason, its settings file can be manually edited to enable debug logging.

    -
  1. Open %LOCALAPPDATA%\LOOT\settings.toml in a text editor, eg. Notepad.
  2. +
  3. Open %LOCALAPPDATA%\LOOT\settings.toml in a text editor, eg. Notepad. If you use the loot-data-path command-line argument, open the settings.toml within your custom LOOT data directory instead.
  4. Replace the text enableDebugLogging = false with enableDebugLogging = true.
  5. Save the file.