summaryrefslogtreecommitdiffhomepage
path: root/doc/faq.mdwn
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-08-10 14:24:24 -0400
committerSean Whitton <spwhitton@spwhitton.name>2017-08-10 14:24:24 -0400
commit0c245290968dcc14f925c0f05c5c2f4ed1a70a54 (patch)
tree5165874e622a1fba7d173a8c8ea424a38da711ee /doc/faq.mdwn
parent3b792db55d06c97ee632781fbafffe29f45089c1 (diff)
parent5cbb0a14e5413e3bf7835a48a38df1184129d0b6 (diff)
downloaddebug-me-0c245290968dcc14f925c0f05c5c2f4ed1a70a54.tar.gz
Merge tag '1.20170810'
tagging package debug-me version 1.20170810 # gpg: Signature made Thu 10 Aug 2017 02:18:04 PM EDT # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
Diffstat (limited to 'doc/faq.mdwn')
-rw-r--r--doc/faq.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/faq.mdwn b/doc/faq.mdwn
index 6884ec0..10d6422 100644
--- a/doc/faq.mdwn
+++ b/doc/faq.mdwn
@@ -62,6 +62,12 @@ For this to work, you have to have a copy of the session log file. This is
why the debug-me server will email it to you at the end of the session, to
make sure you get a copy.
+To verify a session log file, run: `debug-me --verify debug-me.log`
+That will display the gpg key of the developer who was active in
+that session, and verify the integrety of the log file.
+
+A debug-me log file can be replayed by running: `debug-me --reply debug-me.log`
+
### For Developers
#### What do I need to do to start using debug-me?