for mission and webservic harim

This commit is contained in:
2026-02-18 14:01:07 +03:30
parent 6e261d3780
commit 79cb2394f8
6 changed files with 245 additions and 7 deletions

View File

@@ -152,5 +152,15 @@ return [
'path' => storage_path('logs/cmms/daily_moving_machine_service.log'),
'level' => 'info',
],
'send_access_road' => [
'driver' => 'single',
'path' => storage_path('logs/harim/send_access_road_service.log'),
'level' => 'info',
],
'send_payment_info' => [
'driver' => 'single',
'path' => storage_path('logs/harim/send_payment_info_service.log'),
'level' => 'info',
],
],
];