diff --git a/config/logging.php b/config/logging.php index 7599b746..2a28ad4e 100644 --- a/config/logging.php +++ b/config/logging.php @@ -69,7 +69,7 @@ return [ 'stack_production' => [ 'driver' => 'stack', - 'channels' => ['single', 'sentry'], + 'channels' => ['stderr', 'sentry'], ], 'daily' => [