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