diff --git a/scripts/otherprint.php b/scripts/otherprint.php index 2e6c390..bc35bb0 100644 --- a/scripts/otherprint.php +++ b/scripts/otherprint.php @@ -95,7 +95,7 @@ try { $rabbit_channel->close(); $connection->close(); }catch (Exception $exception) { - Log::info('order.print.queue-MQ错误' . $exception->getMessage()); + Log::info('order.print.queue-MQ错误' . $exception->getMessage() . $exception->getTraceAsString()); }