From 1cfd077ae7eaf682d0d5e77649f90dabc72f5eb5 Mon Sep 17 00:00:00 2001 From: xboard Date: Mon, 20 May 2024 10:22:31 +0800 Subject: [PATCH] =?UTF-8?q?log:=20=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E7=BB=93=E6=9E=9C=E8=B7=AF=E5=BE=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=B8=BA=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/ExportV2Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/ExportV2Log.php b/app/Console/Commands/ExportV2Log.php index 5c1fdfe..830ab36 100644 --- a/app/Console/Commands/ExportV2Log.php +++ b/app/Console/Commands/ExportV2Log.php @@ -47,6 +47,6 @@ class ExportV2Log extends Command } fclose($handle); - $this->info("Logs exported to $fileName"); + $this->info("日志成功导出到: ". storage_path("logs/$fileName")); } }