Log reseteando

This commit is contained in:
Juan Pablo Vial
2025-06-03 17:06:39 -04:00
parent bc3d739af9
commit 37cff67a1c

View File

@ -55,6 +55,7 @@ class Customer extends AbstractEndPoint
$this->logger->warning($exception);
return [];
}
$this->logger->info('Resetando ' . count($customers) . ' clientes');
foreach ($customers as $customer) {
try {
$this->delete($customer->toku_id);