Explorar el Código

add Log glossary

visuddhinanda hace 2 años
padre
commit
c91ec8fc23
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/Console/Commands/ExportChapter.php

+ 2 - 1
app/Console/Commands/ExportChapter.php

@@ -317,8 +317,9 @@ class ExportChapter extends Command
                 'content' => $glossaryContent
             ]
         ];
+        $this->info($upload->setStatus($currProgress,'export glossary '. count($keyPali)));
 
-        $this->info($upload->setStatus(0.9,'export content done'));
+        $this->info($upload->setStatus(0.9,'export content done sections='.count($sections)));
 
         Log::debug('导出结束',['sections'=>count($sections)]);