Loan Order

This commit is contained in:
2024-01-31 00:48:51 +05:00
parent bf483a206c
commit 3a83fb157e
11 changed files with 87 additions and 53 deletions

View File

@@ -134,6 +134,13 @@ return [
'replace_placeholders' => true,
],
'resource_activity' => [
'driver' => 'single',
'path' => storage_path('logs/resource_activity.log'),
'level' => 'info',
'replace_placeholders' => true,
],
'halkbank_payment_error' => [
'driver' => 'single',
'path' => storage_path('logs/halkbank_payment_error.log'),