diff --git a/config/app.php b/config/app.php index 656f4bb0baa..7dcfe2d0736 100644 --- a/config/app.php +++ b/config/app.php @@ -95,7 +95,7 @@ | */ - 'log' => 'single', + 'log' => env('APP_LOG', 'single'), /* |--------------------------------------------------------------------------