]> git.sur5r.net Git - i3/i3/commitdiff
Added a note to the debugging docs about sensitive data. 1688/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Sun, 26 Apr 2015 20:51:16 +0000 (22:51 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Sun, 26 Apr 2015 20:57:38 +0000 (22:57 +0200)
resolves #1687

docs/debugging

index 894a873b10b1111b3bea5bc2c97fff60b275c1d3..639dbdfe979d67d4469b17885c6c0fa9faec6813 100644 (file)
@@ -69,6 +69,11 @@ i3-msg 'debuglog on; shmlog on; reload'
 
 == Obtaining the debug logfile
 
+Please note that log files may contain sensitive data such as window titles.
+The best way to avoid submitting such information is to only run the necessary
+applications to reproduce the behavior when saving the log file. This will also
+make analyzing the log file easier.
+
 No matter whether i3 misbehaved in some way without crashing or whether it just
 crashed, the logfile provides all information necessary to debug the problem.