Setup API logging channel

This commit is contained in:
BackwardsUser 2025-03-25 01:56:43 -04:00
parent fd0c0a7e5d
commit 3d43706e4e

View File

@ -127,6 +127,12 @@ return [
'path' => storage_path('logs/laravel.log'),
],
'api' => [
'driver' => 'single',
'path' => storage_path('storage/api.log'),
'level' => 'debug',
],
],
];