Skip to content

Commit e852966

Browse files
authored
docs: update bug report instructions (#246)
Now that `LD_LOG_LEVEL` environment variable works as expected, we should call this out in the bug report template. This will aid in gathering more useful debug logs or lead to resolution without further analysis. Example: ``` LD_LOG_LEVEL=debug ./application-that-uses-sdk ```
1 parent dd4b5a6 commit e852966

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/ISSUE_TEMPLATE/client-sdk--bug-report.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@ assignees: ''
2222
A clear and concise description of what you expected to happen.
2323

2424
**Logs**
25-
If applicable, add any log output related to your problem.
25+
If applicable, add any log output related to your problem.
26+
To get more logs from the SDK, change the log level using environment variable `LD_LOG_LEVEL`. For example:
27+
```
28+
LD_LOG_LEVEL=debug ./your-application
29+
```
2630

2731
**SDK version**
2832
The version of this SDK that you are using.
2933

3034
**Language version, developer tools**
31-
For instance, Go 1.11 or Ruby 2.5.3. If you are using a language that requires a separate compiler, such as C, please include the name and version of the compiler too.
35+
For instance, C++17 or C11. If you are using a language that requires a separate compiler, such as C, please include the name and version of the compiler too.
3236

3337
**OS/platform**
3438
For instance, Ubuntu 16.04, Windows 10, or Android 4.0.3. If your code is running in a browser, please also include the browser type and version.

0 commit comments

Comments
 (0)