blob: f68cd005e506df92c7b77d8dc3bd572993d0777a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Clog Rules
# See https://taskwarrior.org/docs/clog/
# Standard syslog entries.
default rule /warn|debug/ --> yellow line
default rule /error|severe/ --> red line
default rule /critical/ --> bold red line
default rule /critical/ --> blank
default rule /ignore/ --> suppress
# Apache access.log status codes
apache rule / 2[0-9][0-9] / --> green match
apache rule / 3[0-9][0-9] / --> yellow match
apache rule / 4[0-9][0-9] / --> red match
apache rule / 5[0-9][0-9] / --> bold red match
|