create cmms machine service with tests
This commit is contained in:
@@ -99,6 +99,12 @@ return [
|
||||
'emergency' => [
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
],
|
||||
|
||||
'cmms_machines_info' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/cmms/machines_info_list_service.log'),
|
||||
'level' => 'info',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user