]> git.sur5r.net Git - i3/i3/blob - man/i3-dump-log.man
Merge branch 'master' into next
[i3/i3] / man / i3-dump-log.man
1 i3-dump-log(1)
2 ==============
3 Michael Stapelberg <michael+i3@stapelberg.de>
4 v4.1, December 2011
5
6 == NAME
7
8 i3-dump-log - dumps the i3 SHM log
9
10 == SYNOPSIS
11
12 i3-dump-log [-s <socketpath>]
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 == EXAMPLE
23
24 i3-dump-log | gzip -9 > /tmp/i3-log.gz
25
26 == SEE ALSO
27
28 i3(1)
29
30 == AUTHOR
31
32 Michael Stapelberg and contributors