visuddhinanda 1 ano atrás
pai
commit
4093f25a3f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Tools/ExportDownload.php

+ 1 - 1
app/Tools/ExportDownload.php

@@ -196,7 +196,7 @@ class ExportDownload
         }
         $this->downloadUrl = $s3Link;
         $this->setStatus(1,'export chapter done');
-        Log::debug('export chapter done, upload filename='.$tmpFile);
+        Log::debug('export chapter done, upload',['filename'=>$tmpFile,'url'=>$s3Link] );
         unlink($zipFile);
         return true;
     }