1I3-DUMP-LOG(1) i3 Manual I3-DUMP-LOG(1)
2
3
4
6 i3-dump-log - dumps the i3 SHM log
7
9 i3-dump-log [-s <socketpath>] [-f]
10
12 Debug versions of i3 automatically use 1% of your RAM (but 25 MiB max)
13 to store full debug log output. This is extremely helpful for
14 bugreports and figuring out what is going on, without permanently
15 logging to a file.
16
17 With i3-dump-log, you can dump the SHM log to stdout.
18
19 The -f flag works like tail -f, i.e. the process does not terminate
20 after dumping the log, but prints new lines as they appear.
21
23 i3-dump-log | gzip -9 > /tmp/i3-log.gz
24
26 i3(1)
27
29 Michael Stapelberg and contributors
30
31
32
33i3 4.20.1 11/03/2021 I3-DUMP-LOG(1)