This commit is contained in:
2025-12-31 01:16:00 +08:00
parent e6786666b7
commit 79d4f47a67
+1 -1
View File
@@ -1010,7 +1010,7 @@ if (!function_exists('json_log')) {
]; ];
$param['data'] = $data; $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), json_encode($param, JSON_UNESCAPED_UNICODE),
FILE_APPEND); FILE_APPEND);
} }