Create prosess for check moving machine in mission

This commit is contained in:
2025-11-12 21:52:41 +03:30
parent 2993adf5cd
commit 69430cf7bc
12 changed files with 287 additions and 1 deletions

View File

@@ -147,5 +147,10 @@ return [
'path' => storage_path('logs/telescope.log'),
'level' => 'info',
],
'daily_moving_machine' => [
'driver' => 'single',
'path' => storage_path('logs/cmms/daily_moving_machine_service.log'),
'level' => 'info',
],
],
];