From 29f19ac48c3c87a7a59cbb547e03d9cffa2da779 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Fri, 17 Apr 2026 15:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E8=AE=A2=E5=8D=95=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/otherprint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); }