--- /tmp/lwatch-0.6.2-2wjx_eme_/debian/lwatch_0.6.2-2_amd64.deb +++ lwatch_0.6.2-2_amd64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2021-12-16 14:15:18.000000 debian-binary │ -rw-r--r-- 0 0 0 1720 2021-12-16 14:15:18.000000 control.tar.xz │ --rw-r--r-- 0 0 0 29264 2021-12-16 14:15:18.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 29220 2021-12-16 14:15:18.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -13,13 +13,13 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 1893 2012-03-20 02:03:10.000000 ./usr/share/doc/lwatch/README.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 737 2012-03-22 06:38:21.000000 ./usr/share/doc/lwatch/TODO │ │ │ -rw-r--r-- 0 root (0) root (0) 1242 2021-12-16 14:15:18.000000 ./usr/share/doc/lwatch/changelog.Debian.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 1526 2014-01-07 20:23:47.000000 ./usr/share/doc/lwatch/changelog.gz │ │ │ -rw-r--r-- 0 root (0) root (0) 681 2021-12-16 14:15:18.000000 ./usr/share/doc/lwatch/copyright │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-16 14:15:18.000000 ./usr/share/man/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-16 14:15:18.000000 ./usr/share/man/man1/ │ │ │ --rw-r--r-- 0 root (0) root (0) 2125 2021-12-16 14:15:18.000000 ./usr/share/man/man1/lwatch.1.gz │ │ │ +-rw-r--r-- 0 root (0) root (0) 2090 2021-12-16 14:15:18.000000 ./usr/share/man/man1/lwatch.1.gz │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-16 14:15:18.000000 ./usr/share/man/man5/ │ │ │ -rw-r--r-- 0 root (0) root (0) 2586 2021-12-16 14:15:18.000000 ./usr/share/man/man5/lwatch.conf.5.gz │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-16 14:15:18.000000 ./var/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-16 14:15:18.000000 ./var/lib/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-12-16 14:15:18.000000 ./var/lib/lwatch/ │ │ ├── ./usr/share/man/man1/lwatch.1.gz │ │ │ ├── lwatch.1 │ │ │ │ @@ -7,35 +7,35 @@ │ │ │ │ .SH "DESCRIPTION" │ │ │ │ .PP │ │ │ │ Lwatch is a log colorizer. It reads syslog/syslog-ng data │ │ │ │ from named fifo or from stdin and displays colored logs into │ │ │ │ stdout. │ │ │ │ .PP │ │ │ │ Lwatch is highly user-customizable. It reads configuration │ │ │ │ -data from the file /etc/lwatch.conf or (if given) from the file provided with option │ │ │ │ +data from the file or (if given) from the file provided with option │ │ │ │ \fB-C\fP │ │ │ │ .PP │ │ │ │ -The way it works is simple. It reads a line from input (build-in default is /var/lib/syslog.fifo), splits it │ │ │ │ +The way it works is simple. It reads a line from input (build-in default is ), splits it │ │ │ │ into four parts: date, hostname, service name (with PID, if available) │ │ │ │ and real message. Each part has its own default color. You can redefine │ │ │ │ them in configuration file. Default colors as the same as in loco(1) │ │ │ │ [see: http://www.zjuul.net/~jules/loco/]. But lwatch is not only a static log │ │ │ │ colorizer. It is something more. It can colorize your logs any way │ │ │ │ you wish. You are able to set a new color for any part (date, host, │ │ │ │ service, message) using regexp based patterns. │ │ │ │ .SH "COMMAND LINE OPTIONS" │ │ │ │ .PP │ │ │ │ Lwatch accepts some command line options. Command line options have precedence over values from configuration file. │ │ │ │ │ │ │ │ .IP "\fB-C \fIfilename\fR\fP" 10 │ │ │ │ .IP "\fB\-\-config \fIfilename\fR\fP" 10 │ │ │ │ -read config from filename instead of /etc/lwatch.conf │ │ │ │ +read config from filename instead of │ │ │ │ .IP "\fB-i \fIfilename\fR\fP" 10 │ │ │ │ .IP "\fB\-\-input \fIfilename\fR\fP" 10 │ │ │ │ -read data from named fifo filename instead of /var/lib/syslog.fifo │ │ │ │ +read data from named fifo filename instead of │ │ │ │ .IP "\fB-o \fIfilename\fR\fP" 10 │ │ │ │ .IP "\fB\-\-output \fIfilename\fR\fP" 10 │ │ │ │ write colored logs to filename instead stdout │ │ │ │ .IP "\fB-s\fP" 10 │ │ │ │ .IP "\fB\-\-show-unparsed\fP" 10 │ │ │ │ show unparsed lines like `last message repeated 5 times' or `\-\-- MARK \-\--' │ │ │ │ .IP "\fB-d\fP" 10 │ │ │ │ @@ -55,44 +55,44 @@ │ │ │ │ Preferred way to run lwatch is to read syslog messages from named fifo or from standard input. │ │ │ │ .PP │ │ │ │ If you use syslog you really want to read messages from named fifo. │ │ │ │ To do it, put a line: │ │ │ │ │ │ │ │ .PP │ │ │ │ .nf │ │ │ │ -*.* |/var/lib/syslog.fifo │ │ │ │ +*.* | │ │ │ │ │ │ │ │ .fi │ │ │ │ in your syslog.conf. Create appropriate fifo and restart syslog, then run │ │ │ │ lwatch. You can also run lwatch before starting syslog. │ │ │ │ If you don't know how to create named fifo see mknod(1) for details. │ │ │ │ │ │ │ │ .PP │ │ │ │ Remember: │ │ │ │ │ │ │ │ .IP " \(bu" 6 │ │ │ │ fifo must exist │ │ │ │ .IP " \(bu" 6 │ │ │ │ -proper name must be put in /etc/lwatch.conf or given with \-i command line option │ │ │ │ +proper name must be put in or given with \-i command line option │ │ │ │ .PP │ │ │ │ In syslog-ng you can run lwatch directly from syslog, i.e.: │ │ │ │ │ │ │ │ .PP │ │ │ │ .nf │ │ │ │ log { source(src); destination(console_all);}; │ │ │ │ -destination console_all {program("/usr/bin/lwatch \-i- \-o/dev/tty11"); }; │ │ │ │ +destination console_all {program(" \-i- \-o/dev/tty11"); }; │ │ │ │ │ │ │ │ .fi │ │ │ │ │ │ │ │ .PP │ │ │ │ Lwatch does not support reading from regular files. If you really need this functionality use following command: │ │ │ │ │ │ │ │ .PP │ │ │ │ .nf │ │ │ │ -tail \-f /path/to/filename | /usr/bin/lwatch \-i- │ │ │ │ +tail \-f /path/to/filename | \-i- │ │ │ │ .fi │ │ │ │ It could be subject to change in the future. │ │ │ │ │ │ │ │ .SH "RESOURCES" │ │ │ │ .IP " \(bu" 6 │ │ │ │ http://sf.net/projects/lwatch │ │ │ │ .IP " \(bu" 6