Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
I3-DUMP-LOG(1)			    i3 Manual			  I3-DUMP-LOG(1)

NAME
     i3-dump-log - dumps the i3 SHM log

SYNOPSIS
     i3-dump-log [-s <socketpath>] [-f]

DESCRIPTION
     Debug  versions  of i3 automatically use 1% of your RAM (but 25 MiB max) to
     store full debug log output. This is extremely helpful for  bugreports  and
     figuring out what is going on, without permanently logging to a file.

     With i3-dump-log, you can dump the SHM log to stdout.

     The  -f  flag works like tail -f, i.e. the process does not terminate after
     dumping the log, but prints new lines as they appear.

EXAMPLE
     i3-dump-log | gzip -9 > /tmp/i3-log.gz

SEE ALSO
     i3(1)

AUTHOR
     Michael Stapelberg and contributors

i3 4.25.1			   01/01/1980			  I3-DUMP-LOG(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=i3-dump-log&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help