create fms service
This commit is contained in:
@@ -105,6 +105,12 @@ return [
|
||||
'path' => storage_path('logs/cmms/machines_info_list_service.log'),
|
||||
'level' => 'info',
|
||||
],
|
||||
|
||||
'fms_vehicle_activity' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/fms/vehicle_activity_service.log'),
|
||||
'level' => 'info',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user