From 688e6f03990532d0993e4cebac466edd36e10ab7 Mon Sep 17 00:00:00 2001 From: Abhipsa Misra Date: Wed, 15 Sep 2021 08:54:59 -0700 Subject: [PATCH] fix(githib): Update github issues 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 981ce363a2..fda342332a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -51,5 +51,5 @@ Please be as detailed as possible: which feature has a problem, how often does i Please remove any connection string information! ## Console log of the issue -Consider setting the DEBUG environment variable to '*'. This will produce a much more verbose output that will help debugging +Follow the instructions [here](https://github.com/Azure/azure-iot-sdk-csharp/tree/master/tools/CaptureLogs) to capture SDK logs. Don't forget to remove any connection string information!