From 79d4f47a674915f2fa54739adb4c3cb2f748ce30 Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 31 Dec 2025 01:16:00 +0800 Subject: [PATCH] eee --- function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.php b/function.php index 567a3de9..8d17bcea 100644 --- a/function.php +++ b/function.php @@ -1010,7 +1010,7 @@ if (!function_exists('json_log')) { ]; $param['data'] = $data; - file_put_contents(storage('exception-' . date('Y-m-d') . '.log','exception/'), + file_put_contents(storage('/exception-' . date('Y-m-d') . '.log','exception'), json_encode($param, JSON_UNESCAPED_UNICODE), FILE_APPEND); }