From 8d052f0265c1112dde0575b0bf1b6105d5a4f580 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 30 Apr 2022 21:33:40 -0700 Subject: [PATCH] update the bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7fdb7fd..2c67489 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,6 +18,7 @@ If applicable, add screenshots to help explain your problem. **Log Files** If related to missing devices or SMART data, please run the `collector` in DEBUG mode, and attach the log file. +See [/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md](docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md) for other troubleshooting tips. ``` docker run -it --rm -p 8080:8080 \ @@ -37,5 +38,4 @@ docker exec scrutiny scrutiny-collector-metrics run # then use docker cp to copy the log files out of the container. docker cp scrutiny:/tmp/collector.log collector.log docker cp scrutiny:/tmp/web.log web.log - ```