From 071ddaf0acd38e3d9b453717bfa52a344e6d15d4 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Tue, 6 Sep 2016 13:10:47 -0700 Subject: [PATCH] [meta] zim_issue now recommends debug logs --- tools/zim_issue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/zim_issue b/tools/zim_issue index 4b51666..abf0c45 100644 --- a/tools/zim_issue +++ b/tools/zim_issue @@ -73,4 +73,8 @@ fi print '\n\n' -print 'Please copy the above and use this when reporting the issue' +print 'Please copy the above and use this when reporting the issue\n' + +# optionally, now we can produce debug info +print 'If you would like to produce some helpful logs about your environment, run:' +print '$ zmanage debug'