Date: Wed, 26 Mar 2003 09:17:02 -0500 From: Ken Murchison <[EMAIL PROTECTED]> [...] The majority of imapd's work is not done in imap* files. There are 80 LOG_DEBUG entries in the imap/ directory, and 141 in 2.1.12.
This is in addition to all of the LOG_INFO, LOG_NOTICE, ... -- 990 total!! I personally wouldn't want the performance of Cyrus bogged down trying to report every little detail to log files. Indeed. Every syslog call does IPC which actually can be a significant performance problem for some systems. Additional and better logging capabilities are bug #115. Larry