diff --git a/config/logging.php b/config/logging.php index 934ec3b..a93a7e1 100644 --- a/config/logging.php +++ b/config/logging.php @@ -37,7 +37,7 @@ return [ 'channels' => [ 'stack' => [ 'driver' => 'stack', - 'channels' => ['single'], + 'channels' => ['single', 'stderr'], 'ignore_exceptions' => false, ],