[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
msgs column match-pattern
- To: hobbit (at) hswn.dk
- Subject: msgs column match-pattern
- From: Dominique Frise <Dominique.Frise (at) unil.ch>
- Date: Tue, 18 Apr 2006 10:12:40 +0200
- Organization: University of Lausanne
- User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.12) Gecko/20051003
Hi
In hobbit-client.cfg we tried following rule:
LOG %.* WARNING yellow
But messages with "WARNING" never trigger a yellow status.
When we put a regexp like this:
LOG %.* %WARNING yellow
Messages with "WARNING" AND "warning" (small caps) trigger a yellow status
Is this the expected behaviour?
Dominique