Debug level?

David Carmean dlc at halibut.com
Thu May 26 01:03:37 CEST 2005


On Wed, May 25, 2005 at 05:51:07PM -0400, David Relson wrote:
> On Wed, 25 May 2005 07:18:52 -0700
> David Carmean wrote:
> 
> > 
> > Is there a way to increase the debugging level without increasing the
> > verbosity of stdout?  (looking at the source, I can't find it.)
> > 
> > I'm having a problem with bogofilter0.94.11 periodically hanging after 
> > being invoked by procmail, and I want to capture debugging info.
> 
> Bogofilter's debug output is to stderr (unless you use "-D" which
> changes it to stdout).
> 
> You might try running bogofilter via a script that would redirect
> stderr to a file, for example:
> 
>   DATE="bf.`date +%s`.out"
>   bogofilter ... 2> $FILE


Yes, I can do that, but since I'm using passthrough, to get the level of 
debugging that I want even on stderr, I end up with -vvv output on stdout 
which ends up in my mailbox; with the intermittent nature of the 
problem I'm having, that's going to be very disk-hungry.






More information about the Bogofilter mailing list