[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ignore log lines problem
- To: "hobbit (at) hswn.dk" <hobbit (at) hswn.dk>
- Subject: ignore log lines problem
- From: Christian Gydesen <cg (at) kailow.dk>
- Date: Wed, 13 Aug 2008 13:14:46 +0200
- Accept-language: en-US
- Acceptlanguage: en-US
- Thread-index: Acj9NctNSFKrMmLQT3eond2WktzG7g==
- Thread-topic: ignore log lines problem
Hey,
In my hobbit (4.3.0-0.20080403) setup I am receiving messages from a windows server via BBWin(0.12).
My problem is that I keep getting all the "eventlog security" success lines, which is a massive amount of lines, leading to truncated messages in hobbitd.
I have raised the size of MAXMSG_STATUS and MAXMSG_CLIENT, but I would like to get the ignore statement to work. I have tried to avoid getting the "success lines" with this setup:
The bbwin configuration is set to central:
<setting name="mode" value="central" />
<setting name="configclass" value="win32" />
The hobbit-clients.cfg have:
CLASS=win32
LOG %.* "%error - .*" COLOR=yellow
LOG %.* "%failure - .*" COLOR=yellow
client-local.cfg have:
[win32]
log:security:10240
ignore success
I can see that this info is delivered to the BBWin client in the file [bbwindir]\tmp\clientlocal.cfg, with “unix carriage return” at each line. No errors in the BBWin.log.
Is it a bug or am I missing some configuration? other subjections?
Regards
Christian