1COLORIZE(1) colorize Users Manual COLORIZE(1)
2
3
4
6 colorize - A robust log colorizer
7
9 colorize [options]<logfile
10
12 This manual page documents briefly the colorize utility.
13
14 colorize is a short (no, it's not short anymore :) perl script to col‐
15 orize your logs. You can even use syslog-ng to redirect all logs to the
16 script and colorize them on the fly!
17
19 These programs follow the usual GNU command line syntax, with long
20 options starting with two dashes (`-'). A summary of options is
21 included below.
22
23 -f, --file output
24 Print output to output instead of standard output.
25
26 -F, --rcfile rcfile
27 Specify an initialization file to read instead of /etc/coloriz‐
28 erc and ~/.colorizerc
29
30 -h, --html
31 Generate output in HTML format.
32
33 --nocss
34 Don't use cascanding style sheets for HTML output. This can be
35 used when the program you want to use to view the output doesn't
36 support cascading stylesheets (like some mailers).
37
38 -b, --bgcolor color
39 Set the color color as the background color for HTML output. The
40 given value should be a valid HTML color reference, like
41 "#ff0000" or "red".
42
43 -C, --convert-date
44 Convert unix timestamp to readable date format (in oops and
45 squid log example).
46
47 -r, --remove-facility
48 syslog-ng paste the facility level before log messages, with
49 this switch you can cut these strings off.
50
51 --help Show summary of options and exit.
52
53 -V, --version
54 Show version of program.
55
57 This manual page was written by Gergely Nagy <8@free.bsd.hu>, for the
58 Debian GNU/Linux system (but may be used by others). Modified by Ist‐
59 van Karaszi <colorize@spam.raszi.hu>.
60
61
62
63colorize June 25, 2002 COLORIZE(1)