1ZYPPER-LOG(8) ZYPPER ZYPPER-LOG(8)
2
3
4
6 zypper-log - Zypper logfile reader
7
9 zypper-log [OPTIONS] [PID]
10
12 zypper-log can read zypper’s logfiles. It can also handle rotated
13 logfiles, and will open plain, xz, gz and bz2-compressed files.
14
15 By default /var/log/zypper.log will be read and a list of all zypper
16 invocations is shown:
17
18 $ zypper-log
19 Reading /var/log/zypper.log ............... DONE
20
21 TIME PID VER CMD
22 2013-10-15 11:01 2195 1.11.14 /usr/bin/zypper se spell
23 2013-10-15 11:03 2703 1.11.14 /usr/bin/zypper in aspell-en aspell-ispell aspell-de
24 2013-10-15 15:00 22463 1.11.14 /usr/bin/zypper lr -u
25 2013-10-15 15:00 22479 1.11.14 /usr/bin/zypper lr -s
26
27 When you provide a pid, you will get the complete log for the
28 corresponding zypper run.
29
31 -d YYYY-MM-DD
32 Only view zypper runs of the specified day.
33
34 -l FILE
35 Only read this logfile.
36
37 -r NUMBER
38 Also read the NUMBER latest rotated logfiles.
39
40 --help
41 Print help and quit.
42
44 /var/log/zypper.log
45 zypper default logfile.
46
47 /var/log/YaST2/y2log
48 As YAST uses a similar logfile format, you should be able to scan
49 the YAST logfiles as well, using the -l switch.
50
52 Dominik Heidler <dheidler@suse.de>
53
55 zypper(8)
56
57
58
59SUSE Linux 2020-03-20 ZYPPER-LOG(8)