errors handled in the correct log file
This commit is contained in:
@@ -127,6 +127,12 @@ return [
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
],
|
||||
|
||||
"projectError" => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/project.log'),
|
||||
'level' => 'error',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user