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?