diff --git a/config/logging.php b/config/logging.php index 0dd05d93..4a1eb0d1 100644 --- a/config/logging.php +++ b/config/logging.php @@ -30,6 +30,11 @@ return [ */ 'channels' => [ + 'aggregate' => [ + 'driver' => 'aggregate', + 'channels' => ['single', 'daily'], + ], + 'single' => [ 'driver' => 'single', 'path' => storage_path('logs/laravel.log'),