Mise en place de Larabug

This commit is contained in:
hugol
2024-11-17 12:01:26 +01:00
parent 5a55845ee4
commit 3d386178bf
4 changed files with 77 additions and 5 deletions

View File

@@ -54,10 +54,14 @@ return [
'stack' => [
'driver' => 'stack',
'channels' => explode(',', env('LOG_STACK', 'single')),
'channels' => ['single', 'larabug'],
'ignore_exceptions' => false,
],
'larabug' => [
'driver' => 'larabug',
],
'single' => [
'driver' => 'single',
'path' => storage_path('logs/laravel.log'),