diff --git a/config/logging.php b/config/logging.php index 658f5cdab..1f6538e1b 100644 --- a/config/logging.php +++ b/config/logging.php @@ -14,8 +14,7 @@ $config = [ | one of the channels defined in the "channels" configuration array. | */ - - 'default' => 'stack', + 'default' => env('LOG_CHANNEL', 'stack'), /* |--------------------------------------------------------------------------