Added a note to the debugging docs about sensitive data.
resolves #1687
This commit is contained in:
parent
a4f0ed62e5
commit
19b2f8f0d5
|
@ -69,6 +69,11 @@ i3-msg 'debuglog on; shmlog on; reload'
|
||||||
|
|
||||||
== Obtaining the debug logfile
|
== 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
|
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.
|
crashed, the logfile provides all information necessary to debug the problem.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue