From c2d8e5a8809674ddd198e036c317609d994abc9d Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 9 Nov 2025 18:46:51 +0100 Subject: [PATCH] Update Linux log file path in issue templates --- .github/ISSUE_TEMPLATE/report-bug.md | 2 +- .github/ISSUE_TEMPLATE/report-compatibility.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md index 5d999f1b..d260ead3 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` +- Linux: `/var/lib/portmaster/log` - Windows: `%PROGRAMDATA%\Safing\Portmaster\logs` --> diff --git a/.github/ISSUE_TEMPLATE/report-compatibility.md b/.github/ISSUE_TEMPLATE/report-compatibility.md index d234aebd..f9b14519 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` +- Linux: `/var/lib/portmaster/log` - Windows: `%PROGRAMDATA%\Safing\Portmaster\logs` -->