From b5dad487e57c73dc9805d07b77f9c9fecb850d61 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Tue, 31 May 2022 11:32:58 -0700 Subject: [PATCH] updating bug report. --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dc01c62..acc1155 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,20 +22,19 @@ See [/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md](docs/TROUBLESHOOTING_DEVICE_COLL ``` docker run -it --rm -p 8080:8080 \ +-v `pwd`/config:/opt/scrutiny/config \ -v /run/udev:/run/udev:ro \ --cap-add SYS_RAWIO \ --device=/dev/sda \ --device=/dev/sdb \ -e DEBUG=true \ --e COLLECTOR_LOG_FILE=/tmp/collector.log \ --e SCRUTINY_LOG_FILE=/tmp/web.log \ +-e COLLECTOR_LOG_FILE=/opt/scrutiny/config/collector.log \ +-e SCRUTINY_LOG_FILE=/opt/scrutiny/config/web.log \ --name scrutiny \ ghcr.io/analogj/scrutiny:master-omnibus # in another terminal trigger the collector 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 ``` + +The log files will be available on your host in the `config` directory. Please attach them to this issue. \ No newline at end of file