config_version 0.3405 # yay! A new type of config # what logtype do the upcoming patterns belong to? logtype: syslog # an old-fashioned, single destination pattern pattern: modprobe: can't locate module ($word_pat) format: $& dest: stuff that might need fixing # A pattern with two destinations, one of which also has a count pattern: named: unknown logging category \'($word_pat)\' ignored format: $1 count: 2 dest: named: unknown logging category format: $& dest: stuff that might need fixing # a "last message" pattern. Ooh, this was a b*tch to code. pattern: last message repeated (\d+) times format: $1 count: $1 dest: LAST