refactor the web services

This commit is contained in:
2025-03-08 14:48:03 +03:30
parent 03e2bcfdf9
commit 5f2cbf5f12
5 changed files with 99 additions and 48 deletions

View File

@@ -117,6 +117,18 @@ return [
'path' => storage_path('logs/road_observation_problem.log'),
'level' => 'info',
],
'nominatim' => [
'driver' => 'single',
'path' => storage_path('logs/nominatim.log'),
'level' => 'info',
],
'nikarayan' => [
'driver' => 'single',
'path' => storage_path('logs/nikarayan.log'),
'level' => 'info',
],
],
];