]> git.sur5r.net Git - i3/i3/blob - man/i3-dump-log.man
Merge branch 'release-4.16.1'
[i3/i3] / man / i3-dump-log.man
1 i3-dump-log(1)
2 ==============
3 Michael Stapelberg <michael@i3wm.org>
4 v4.6, September 2013
5
6 == NAME
7
8 i3-dump-log - dumps the i3 SHM log
9
10 == SYNOPSIS
11
12 i3-dump-log [-s <socketpath>] [-f]
13
14 == DESCRIPTION
15
16 Debug versions of i3 automatically use 1% of your RAM (but 25 MiB max) to store
17 full debug log output. This is extremely helpful for bugreports and
18 figuring out what is going on, without permanently logging to a file.
19
20 With i3-dump-log, you can dump the SHM log to stdout.
21
22 The -f flag works like tail -f, i.e. the process does not terminate after
23 dumping the log, but prints new lines as they appear.
24
25 == EXAMPLE
26
27 i3-dump-log | gzip -9 > /tmp/i3-log.gz
28
29 == SEE ALSO
30
31 i3(1)
32
33 == AUTHOR
34
35 Michael Stapelberg and contributors