logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

i3-dump-log - dumps the i3 SHM log

Author

       Michael Stapelberg and contributors

i3 4.24                                            11/06/2024                                     I3-DUMP-LOG(1)

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

Name

       i3-dump-log - dumps the i3 SHM log

See Also

i3(1)

Synopsis

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

See Also