visuddhinanda hai 1 ano
pai
achega
4093f25a3f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     }