sunxbiao 6 mēneši atpakaļ
vecāks
revīzija
a0d20df9c6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      app/command/WiwibaoProductSync.php

+ 1 - 0
app/command/WiwibaoProductSync.php

@@ -477,6 +477,7 @@ class WiwibaoProductSync extends Command
477
             'exception_class' => get_class($e),
477
             'exception_class' => get_class($e),
478
             'trace' => $e->getTraceAsString()
478
             'trace' => $e->getTraceAsString()
479
         ];
479
         ];
480
+        Log::error($message);
480
 
481
 
481
         Log::error($message . json_encode($errorInfo, JSON_UNESCAPED_UNICODE));
482
         Log::error($message . json_encode($errorInfo, JSON_UNESCAPED_UNICODE));
482
 
483