Reduce the number of messages sent to the log

Can you please do this for many of the superfluous output to the log.

if (VERBOSE) { processQueueOutput…}

Error messages are ok, but who really wants to see “Less than batch size were sent” etc…

Thanks

Pance