opensc/.github/ISSUE_TEMPLATE.md

38 lines
714 B
Markdown
Raw Normal View History

2016-03-11 20:06:43 +00:00
### Expected behaviour
What should happen?
### Actual behaviour
What happens instead?
### Steps to reproduce
1.
2.
3.
### Logs
2017-03-27 08:43:49 +00:00
Debug output is essential to identify the problem. You can enable debugging by
editing the file `opensc.conf`:
```
# A debug level of 3 catches most problems
# Some sensitive data may be logged, too, (e.g. PIN codes)
debug = 3;
# Where to write the debug output (default: `stdout`)
#debug_file = opensc-debug.log
```
2016-03-11 20:06:43 +00:00
Please use Gist (https://gist.github.com/) or a similar code paster for longer
2017-03-27 08:43:49 +00:00
logs. Before pasting here, remove your sensitive data from your log (e.g. PIN
code or certificates).
2016-03-11 20:06:43 +00:00
2017-03-27 08:43:49 +00:00
```
Paste Log output with less than 10 lines here
```