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 - ```