# # This is a sample slogger configuration file. # SLCOLORS 6 -1 SLEEP 1000 WAIT 5000 # # set up logging for /var/log/{messages,maillog,debug} with differnt # foreground colors # WATCH /var/log/messages MSG: 4 -1 -1 -1 1 WATCH /var/log/maillog MTA: 1 -1 -1 -1 1 WATCH /var/log/debug DBG: 0 -1 -1 -1 1 # # watch what happens to /var/log/secure; highlight (reversing) # every message that contains the word "root". # WATCH /var/log/secure SEC: 12 -1 -1 -1 1 REXP .*root.* -1 12 0 # # watch a local file (I start X with startx > ~/tmp/x-stderr 2>&1) # suppressing (special color -2) messages containing "GStC-WARNING" # and that contains the phrase "known window" (note the embedded space) # WATCH /home/romano/tmp/x-stderr XER: 3 -1 -1 -1 0 REXP .*GStC-WARNING.* -2 -1 0 REXP "known window" -2 -1 0