refactor the web services
This commit is contained in:
@@ -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',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user