Re: Odd logcheck behaviour.

2010-04-29 Thread Friedrich Clausen
I suspect it's because you're using a relative path (./gigaspaces). You'll need the full path to it from cron which may not be in the same directory you were in. Thanks for your reply. I am using an identical copy of the file on my workstation and some excerpts from the logs. But I ran the

Odd logcheck behaviour.

2010-04-28 Thread Friedrich Clausen
Hi All, I am trying to filter out Java stack traces from a log file and thereby only send the initial exception so as to make the emails smaller. In my manual tests this works (stack traces are not in emails) but when running from cron the exceptions are not filtered out (stack traces are present

Re: Odd logcheck behaviour.

2010-04-28 Thread Chris Jackson
Friedrich Clausen wrote: Hi All, I am trying to filter out Java stack traces from a log file and thereby only send the initial exception so as to make the emails smaller. In my manual tests this works (stack traces are not in emails) but when running from cron the exceptions are not filtered