Bladeren bron

add Log glossary

visuddhinanda 2 jaren geleden
bovenliggende
commit
c91ec8fc23
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  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
                 '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)]);
         Log::debug('导出结束',['sections'=>count($sections)]);