log: 修改日志导出结果路径提示为绝对路径

This commit is contained in:
xboard 2024-05-20 10:22:31 +08:00
parent 9b729aa79b
commit 1cfd077ae7

View File

@ -47,6 +47,6 @@ class ExportV2Log extends Command
}
fclose($handle);
$this->info("Logs exported to $fileName");
$this->info("日志成功导出到: ". storage_path("logs/$fileName"));
}
}