David Summers wrote: > > Here is the patch which turns down logging in SMTP.pm. Noticable > when logterse plugin is used and debugging set to LOGWARN or above. > > Maybe this should be even set to LOGDEBUG instead of just LOGINFO?
I made mine LOGDEBUG. I don't think qpsmtpd core (outside of the plugins) should be anything higher than LOGDEBUG except for actual failures. Normal operational logging should be left to plugins like logterse. We'll be spending some time rationalizing the logging in qpsmtpd and the plugins we use/write so that we can get useable logging/metrics out of it. Hopefully it'll be of a sort to feed back to the project.