jmontoyaa 8 years ago
parent
commit
29739e5242
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main/cron/import_csv.php

+ 2 - 1
main/cron/import_csv.php

@@ -1181,10 +1181,11 @@ class ImportCsv
             }
 
             $em->clear(); // Detaches all objects from Doctrine!
-
+            $this->logger->addInfo('------Summary------');
             foreach ($report as $title => $count) {
                 $this->logger->addInfo("$title: $count");
             }
+            $this->logger->addInfo('------End Summary------');
         }
 
         if ($moveFile) {