add config file

This commit is contained in:
2025-08-25 14:23:48 +03:30
parent e30b19ab79
commit 111c9d1565
5 changed files with 43 additions and 6 deletions

View File

@@ -129,6 +129,12 @@ return [
'path' => storage_path('logs/nikarayan.log'),
'level' => 'info',
],
'fms_error_rate' => [
'driver' => 'single',
'path' => storage_path('logs/fms/error_rate_service.log'),
'level' => 'info',
],
],
];