diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md index 5d999f1b..6f80187d 100644 --- a/.github/ISSUE_TEMPLATE/report-bug.md +++ b/.github/ISSUE_TEMPLATE/report-bug.md @@ -38,6 +38,6 @@ Paste debug information below: This is easiest to do in the preview mode. Additional logs can be found here: -- Linux: `/opt/safing/portmaster/logs` -- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs` +- Linux: `/var/lib/portmaster/log` +- Windows: `%PROGRAMDATA%\Portmaster\logs` --> diff --git a/.github/ISSUE_TEMPLATE/report-compatibility.md b/.github/ISSUE_TEMPLATE/report-compatibility.md index d234aebd..5f17c661 100644 --- a/.github/ISSUE_TEMPLATE/report-compatibility.md +++ b/.github/ISSUE_TEMPLATE/report-compatibility.md @@ -30,6 +30,6 @@ Paste debug information below if reporting a problem: This is easiest to do in the preview mode. If needed, additional logs can be found here: -- Linux: `/opt/safing/portmaster/logs` -- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs` +- Linux: `/var/lib/portmaster/log` +- Windows: `%PROGRAMDATA%\Portmaster\logs` -->