From 3b2b450ba34d4a157087b3e6b686ac15dc94aa32 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 12 Aug 2018 11:09:30 -0300 Subject: Adds clogrc --- clogrc.dot.link | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 clogrc.dot.link (limited to 'clogrc.dot.link') diff --git a/clogrc.dot.link b/clogrc.dot.link new file mode 100644 index 0000000..f68cd00 --- /dev/null +++ b/clogrc.dot.link @@ -0,0 +1,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 -- cgit v1.2.3