diff --git a/config/logging.php b/config/logging.php index 4a1eb0d1..02f0effb 100644 --- a/config/logging.php +++ b/config/logging.php @@ -30,8 +30,8 @@ */ 'channels' => [ - 'aggregate' => [ - 'driver' => 'aggregate', + 'stack' => [ + 'driver' => 'stack', 'channels' => ['single', 'daily'], ],