From 45a1ea476fa4fb0728a9462be5be9e77a0cf762f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 20 Oct 2012 14:16:12 +0200 Subject: more initial versions of quite some files (and updated TODO) --- logparse/debian.rules | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 logparse/debian.rules (limited to 'logparse/debian.rules') diff --git a/logparse/debian.rules b/logparse/debian.rules new file mode 100644 index 00000000..dc521871 --- /dev/null +++ b/logparse/debian.rules @@ -0,0 +1,14 @@ +# see https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin + +ok /not really/ + +# match line starting with 'error ', case-insensitive +error /(?i)^error / + +# list of warnings here... +warning /[Ww]arning/ +warning /WARNING/ + +# create a quick access link to lines in the report containing 'INFO' +info /INFO/ + -- cgit v1.2.3-54-g00ecf