[pkg-opensc-commit] [opensc] 194/295: Added information about debugging

Eric Dorland eric at moszumanska.debian.org
Sat Jun 24 21:11:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository opensc.

commit 4b99169854137032e072678265dbbbbcecc93277
Author: Frank Morgner <frankmorgner at gmail.com>
Date:   Mon Mar 27 10:43:49 2017 +0200

    Added information about debugging
---
 ISSUE_TEMPLATE.md | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index 1ed8a6c..109d588 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -17,7 +17,21 @@ What happens instead?
 
 ### Logs
 
+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
+```
+
 Please use Gist (https://gist.github.com/) or a similar code paster for longer
-logs.
+logs. Before pasting here, remove your sensitive data from your log (e.g. PIN
+code or certificates).
 
-```Paste Log output with less than 10 lines here```
+```
+Paste Log output with less than 10 lines here
+```

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git



More information about the pkg-opensc-commit mailing list