On Tue, 29 Jun 2004, Ken Murchison wrote: > Florin Andrei wrote: > > > Is there any way to decrease the syslog messages verbosity? > > > > E.g., for each message i get about 9 syslog messages about lmtpunix. I > > wonder if there's a config flag or something to discard all of them with > > the exception of either duplicate_check or duplicate_mark. The reason i > > want to keep one of these is that they contain the destination folder of > > the message. > > Logging is handled by syslog. Adjust your settings for the local6 > facility in syslog.conf.
One thing I've wondered about in the past, for a fleeting moment anyway, was the possibility of being able to configure different events to be logged to different facilities. Kinda like: #define LOG_DB_FACILITY LOG_LOCAL6 #define LOG_SASL_FACILITY LOG_LOCAL6 #define LOG_ACCESS_FACILITY LOG_LOCAL6 Though, probably more work than it'd be worth. And of course there's syslog-ng anyway. Amos --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html