瀏覽代碼

add Log glossary

visuddhinanda 2 年之前
父節點
當前提交
c91ec8fc23
共有 1 個文件被更改,包括 2 次插入1 次删除
  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)]);