This commit is contained in:
2024-01-28 21:22:45 +05:00
parent 1dc69a615d
commit 819c842ae0
8 changed files with 165 additions and 20 deletions

View File

@@ -133,6 +133,13 @@ return [
'level' => env('LOG_LEVEL', 'error'),
'replace_placeholders' => true,
],
'halkbank_payment_check_error' => [
'driver' => 'single',
'path' => storage_path('logs/halkbank_payment_check_error.log'),
'level' => env('LOG_LEVEL', 'error'),
'replace_placeholders' => true,
],
],
];