RE: [Dbmail] Trimming down log messages

2003-01-07 Thread Mark S Burgunder
Dave Thanks for your solution. This has indeed fixed the excessive logging with my installation of dbmail. Cheers Mark On Tue, 2003-01-07 at 04:47, Dave Meador wrote: > The way I minimized the logs was to set the default trace level to 2 > inside debug.c. The dbmail-1.0 source has TRACE_LEVEL d

RE: [Dbmail] Trimming down log messages

2003-01-06 Thread Dave Meador
The way I minimized the logs was to set the default trace level to 2 inside debug.c. The dbmail-1.0 source has TRACE_LEVEL defaulted to 4. The problem is that there are many trace statements throughout the code and some are executed before the dbmail.conf is read to set/change the log level, so th

Re: [Dbmail] Trimming down log messages

2003-01-06 Thread Ben Kochie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I noticed some of the log settings were in the source code, I had to change a couple of lines to reduce the loging. I don't remember which lines I changed.. but I was going to build a CVS update soon, and I will post tomorow if I can't find it. All I

[Dbmail] Trimming down log messages

2003-01-05 Thread Mark S Burgunder
Hi I am running DBMAIL 1.0 and am very happy with it. Nevertheless I would like to trim down the amount of logging that the various parts of dbmail do. I have set TRACE_LEVEL=1 but am still getting a lot of messages in the maillog. Can I do something about this, so that I get less messages? Cheer