This commit is contained in:
liu
2026-09-01 11:07:00 +08:00
parent 9c59f3bc99
commit 95ea0714ad
4 changed files with 25 additions and 6 deletions
+6
View File
@@ -133,6 +133,12 @@ return [
'level' => 'debug',
],
'pay' => [
'driver' => 'single',
'path' => storage_path('logs/pay.log'),
'level' => 'debug',
],
],
];