Netmail waiting query optimisation, increase logging on what we have for a node
This commit is contained in:
@@ -201,7 +201,7 @@ class Send extends Base
|
||||
|
||||
// Files
|
||||
if (($x=$ao->filesWaiting())->count()) {
|
||||
Log::debug(sprintf('%s:- [%d] Files(s) added for sending to [%s]',self::LOGKEY,$x->count(),$ao->ftn));
|
||||
Log::info(sprintf('%s:- [%d] Files(s) added for sending to [%s]',self::LOGKEY,$x->count(),$ao->ftn));
|
||||
|
||||
// Add Files
|
||||
foreach ($x as $fo) {
|
||||
|
Reference in New Issue
Block a user