From 2eda8d63822e45afd084f75fbbda03a9e00d8a75 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Mon, 30 Jan 2023 19:24:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20about=20verbose=20loggi?= =?UTF-8?q?ng?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ README.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6a0352a..3348463 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,5 +29,10 @@ If applicable, add screenshots to help explain your problem. - OS: [e.g. macOS Monterey] - PHP Monitor version [e.g. v5.0.1] +**Additional log** +You can help me figure out even more information by sending me your verbose log for your latest session of PHP Monitor. Logging is disabled by default. + +You can start extra verbose logging by running: `touch ~/.config/phpmon/verbose` and restarting PHP Monitor. You can find the latest log in: `~/.config/phpmon/last_session.log`. Please attach it here! + **Additional context** Add any other context about the problem here. diff --git a/README.md b/README.md index 14a8148..e467e1a 100644 --- a/README.md +++ b/README.md @@ -553,6 +553,10 @@ If you would like to report a crash, please include the associated **log files** To find the logs, take a look in `~/Library/Logs/DiagnosticReports` (in Finder) and see if there's any (log) files that start with "PHP Monitor". +Additionally, you can help me figure out even more information by sending me your verbose log for your latest session of PHP Monitor. Logging is disabled by default. + +You can start extra verbose logging by running: `touch ~/.config/phpmon/verbose` and restarting PHP Monitor. You can find the latest log in: `~/.config/phpmon/last_session.log`. Please attach it to the relevant bug report. + ## 📝 Having another issue?