1 Jul
2013
1 Jul
'13
5:57 a.m.
(2013/03/06 22:55), henrik at hswn.dk wrote:
- MAXCHECK is only used when the client has not run before, to avoid searching gigabytes of log data. It does not affect how log files are processed during normal client-cycles - that is controlled by the logsize setting in client-local.cfg.
Would that be right? I read logfetch.c and it seems comparing bufsz to MAXCHECK is performed always. Is it valid if the logsize setting in client-local.cfg was over MAXCHECK?
In addition, I found a typo in line 251.
247: /* See if this is a trigger line */ 248: if (logdef->triggercount) { 249: int i, match = 0; 250: 251: for (i=0; ((i < logdef->ignorecount) && !match); i++) { "ignorecount" should be "triggercount".
Regards, Yuki
-- Yuki Matsushita
4741
Age (days ago)
4741
Last active (days ago)
0 comments
1 participants
participants (1)
-
matsushy@creo.co.jp