On Fri, 17 Dec 2004, Computer King wrote: >I need to know how to turn the verbosity up on my IMAP logs how is it >done also the time would be more usefully than the long string of >numbers before each log.
Hi, Computer King. Today, Binc only logs errors that need immediate attention. That's how 1.2 is designed, and there are no levels. It really only logs the minimum it needs to. For this reason, we're stuck with doing manual protocol dumps, stack traces and gdb traces when unknown errors occur. In 1.3, I've added support for logging at several levels. It's not integrated yet, and the server is hard coded at one level. But it will be there. Since logging is such an important feature for most admins, I'll give it an extra touch. Also, protocol dumps are a built-in feature of the server. This already works today, but it's undocumented. Simply export the PROTOCOLDUMP variable, and Binc will save the dump in /tmp. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
