Setup API logging channel
This commit is contained in:
parent
fd0c0a7e5d
commit
3d43706e4e
@ -127,6 +127,12 @@ return [
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
],
|
||||
|
||||
'api' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('storage/api.log'),
|
||||
'level' => 'debug',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user