create job for road observed problems

This commit is contained in:
2025-02-16 15:32:17 +03:30
parent 8e2857f3c2
commit 7accc9b389
8 changed files with 298 additions and 2 deletions

View File

@@ -111,6 +111,12 @@ return [
'path' => storage_path('logs/fms/vehicle_activity_service.log'),
'level' => 'info',
],
'road_observation_problem' => [
'driver' => 'single',
'path' => storage_path('logs/road_observation_problem.log'),
'level' => 'info',
],
],
];